We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333a498 commit ac1e78fCopy full SHA for ac1e78f
build.gradle
@@ -27,7 +27,7 @@ allprojects {
27
28
publish {
29
repository {
30
- repoKey = 'oss-snapshot-local' //The Artifactory repository key to publish to
+ repoKey = 'oss-release-local' //The Artifactory repository key to publish to
31
username = project.hasProperty('bintrayUser') ? project.bintrayUser : getenv()['BINTRAY_USER']
32
password = project.hasProperty('bintrayKey') ? project.bintrayKey : getenv()['BINTRAY_KEY']
33
}
gradle.properties
@@ -1 +1 @@
1
-version=0.8-SNAPSHOT
+version=0.8
0 commit comments