forked from vert-x/mod-rxvertx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
39 lines (27 loc) · 869 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# E.g. your domain name
modowner=io.vertx
# Your module name
modname=mod-rxjava
# Your module version
version=1.0.0-beta1-SNAPSHOT
# The test timeout in seconds
testtimeout=300
# Set to true if you want module dependencies to be pulled in and nested inside the module itself
pullInDeps=false
# Set to true if you want the build to output a jar as well as a module zip file
produceJar=true
# RxJava versions
rxjavaCoreVersion=0.9.0
rxjavaGroovyVersion=0.9.0
# Gradle version
gradleVersion=1.4
# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
groovyLangModVersion=2.0.0-CR1
# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.3
# The version of Vert.x
vertxVersion=2.0.0-CR1
# The version of Vert.x test tools
toolsVersion=2.0.0-CR1
# The version of JUnit
junitVersion=4.10