Skip to content

Commit 4dd7066

Browse files
committed
We need ending with SNAPSHOT
1 parent 9de710f commit 4dd7066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ plugins {
1010

1111
group = "org.jabref"
1212
version = '1.1.0-SNAPSHOT'
13-
// ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
14-
ext.isReleaseVersion = false
13+
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1514

1615
sourceCompatibility = 11.0
1716
targetCompatibility = 11.0

0 commit comments

Comments
 (0)