Skip to content

Commit e5c8fe9

Browse files
committed
Fix version
1 parent af06191 commit e5c8fe9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ plugins {
99

1010
group = "org.jabreftest.test"
1111

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"
12+
// "1.0-SNAPSHOT" cannot be used; otherwise we get
13+
// java.lang.IllegalArgumentException: Version [1.0-SNAPSHOT] contains invalid component [0-SNAPSHOT]
14+
// 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"
1517

1618
repositories {
1719
mavenCentral()

0 commit comments

Comments
 (0)