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 45fb78f commit 03a2659Copy full SHA for 03a2659
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.7-RC2-SNAPSHOT'
+version = '1.1.7-RC2'
32
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
33
34
ext {
@@ -78,7 +78,7 @@ sourceSets {
78
dependencies {
79
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.17.0"
80
81
- compile 'uk.co.real-logic:Agrona:0.4.8-SNAPSHOT'
+ compile 'uk.co.real-logic:Agrona:0.4.8'
82
83
testCompile 'org.hamcrest:hamcrest-all:1.3',
84
'junit:junit:4.12',
0 commit comments