We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8063c5b commit bb3b7deCopy full SHA for bb3b7de
build.gradle
@@ -10,6 +10,8 @@ plugins {
10
11
group = "org.jabref"
12
version = '1.1.0-SNAPSHOT'
13
+// ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
14
+ext.isReleaseVersion = false
15
16
sourceCompatibility = 11.0
17
targetCompatibility = 11.0
0 commit comments