-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
44 lines (31 loc) · 1.12 KB
/
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
40
41
42
43
44
# E.g. your domain name
modowner=com.mycompany
# Your module name
modname=my-module
# Your module version
version=1.0.0-final
# 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=true
# Set to true if you want to build a fat executable jar containing everything needed to run the module
createFatJar=true
# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
groovyLangModVersion=2.0.0-final
# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.5
# Gradle version
gradleVersion=1.10
# The version of Vert.x
vertxVersion=2.1.1
# The version of Vert.x test tools
toolsVersion=2.0.3-final
# The version of JUnit
junitVersion=4.10
# Command line arguments to use when running any of the variations of ./gradlew runMod
# These are the exact same command line args that you would pass to 'vertx runmod <module-name>' on the command line
runModArgs=-conf conf.json
# e.g.
# runModArgs=-conf foo.json
# runModArgs=-conf someconf.json -ha
# runModArgs=-cluster