-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
29 lines (29 loc) · 978 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Gradle properties --------------------------
org.gradle.caching=true
org.gradle.parallel=true
# Project properties --------------------------
version=0.1.1
semanticVersion=-SNAPSHOT
buildBy=local
buildHash=
description=An IoT Gateway on Edge Compute
# SonarQube --------------------------
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.organization=zero-88-github
systemProp.sonar.projectKey=zero88_qwe-iot-gateway
systemProp.sonar.login=
# Signing -----------------------------
signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=false
signing.gnupg.homeDir=
#signing.gnupg.optionsFile=
signing.gnupg.keyName=
signing.gnupg.passphrase=
# Nexus repository --------------------
## --- Sonatype OSSRH
ossrh.snapshot.url=https://oss.sonatype.org/content/repositories/snapshots/
ossrh.release.url=https://oss.sonatype.org/service/local/staging/deploy/maven2
## --- GitHub Package
github.nexus.url=https://maven.pkg.github.com
nexus.username=
nexus.password=