We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144a9ba commit e586672Copy full SHA for e586672
build.gradle
@@ -43,7 +43,7 @@ static def getDate() {
43
def build = System.env.BUILD_NUMBER == null ? "" : "-${System.env.BUILD_NUMBER}"
44
45
group = "org.key-project"
46
-version = "2.13.0$build"
+version = "2.12.3$build"
47
48
subprojects {
49
apply plugin: "java"
0 commit comments