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 5680f3f commit 342a62dCopy full SHA for 342a62d
build.gradle
@@ -18,8 +18,7 @@ publishing {
18
}
19
20
ext {
21
- vertxVersion = '3.3.0'
22
-
+ vertxVersion = '3.3.3'
23
junitVersion = '4.12'
24
25
@@ -35,7 +34,7 @@ repositories {
35
34
36
37
group = 'io.engagingspaces'
38
-version = '0.9.0'
+version = '1.0.0'
39
40
task docProcessing(type: JavaCompile, group: 'build') {
41
source = sourceSets.main.java
@@ -59,7 +58,6 @@ compileJava {
59
58
60
dependencies {
61
compile "io.vertx:vertx-core:$vertxVersion"
62
63
compileOnly "io.vertx:vertx-docgen:$vertxVersion"
64
65
testCompile "junit:junit:$junitVersion"
0 commit comments