We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af06191 commit e5c8fe9Copy full SHA for e5c8fe9
build.gradle.kts
@@ -9,9 +9,11 @@ plugins {
9
10
group = "org.jabreftest.test"
11
12
-// "1.0-SNAPSHOT" cannot be used, otherwise we get
13
-// java.lang.IllegalArgumentException: Version [1.0-SNAPSHOT] contains invalid component [0-SNAPSHOT]
14
-version = "0.1.0"
+// "1.0-SNAPSHOT" cannot be used; otherwise we get
+// java.lang.IllegalArgumentException: Version [1.0-SNAPSHOT] contains invalid component [0-SNAPSHOT]
+// 0.1.0 cannaot be used; otherwise we get
15
+// Bundler Mac Application Image skipped because of a configuration problem: The first number in an app-version cannot be zero or negative.
16
+version = "1.0.0"
17
18
repositories {
19
mavenCentral()
0 commit comments