-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
50 lines (35 loc) · 1.36 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
45
46
47
48
49
50
# E.g. your domain name
modowner=mx.ipn.ambienta2mx
# Your module name
modname=fastEagle
# 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.1.1-final
# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.3.7
# The version of Scala language to compile against (if you are using Scala compiled verticles or VertxTests)
scalaLangModVersion=1.1.0-SNAPSHOT
# The version of Scala to use (if you are using Scala)
scalaVersion=2.11.4
# Gradle version
gradleVersion=2.2.1
# The version of Vert.x
vertxVersion=2.1.5
# 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 -ha -instances 4
# e.g.
# runModArgs=-conf foo.json
# runModArgs=-conf someconf.json -ha
# runModArgs=-cluster