Thanks to visit codestin.com Credit goes to github.com
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 baf7fd7 commit 4e47d6fCopy full SHA for 4e47d6f
build.gradle
@@ -28,7 +28,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
28
defaultTasks 'clean', 'build', 'shadowJar', 'install'
29
30
group = 'uk.co.real-logic'
31
-version = '1.1.4-RC2'
+version = '1.1.5-RC2-SNAPSHOT'
32
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
33
34
ext {
0 commit comments