We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5805680 commit bdf53a5Copy full SHA for bdf53a5
build.gradle
@@ -35,7 +35,7 @@ allprojects {
35
defaultTasks "build"
36
37
ext {
38
- isSnapshot = true
+ isSnapshot = false
39
fjBaseVersion = "4.4"
40
41
snapshotAppendix = "-SNAPSHOT"
gradle.properties
@@ -2,4 +2,4 @@
2
sonatypeUsername = incorrectUser
3
sonatypePassword = incorrectPwd
4
5
-signingEnabled = false
+signingEnabled = true
0 commit comments