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 47fc448 commit c089c88Copy full SHA for c089c88
build.gradle
@@ -23,6 +23,7 @@ allprojects {
23
repositories {
24
mavenCentral()
25
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
26
+ maven { url 'https://oss.sonatype.org/content/repositories/releases' }
27
}
28
29
compileJava {
gradle.properties
@@ -5,5 +5,5 @@ assertJVersion = 3.2.0
5
junit4Version = 4.12
6
log4JVersion = 2.5
7
mockitoVersion = 1.10.19
8
-ota4jVersion = 1.0.0-SNAPSHOT
+ota4jVersion = 1.0.0-ALPHA
9
degraphVersion = 0.1.3
0 commit comments