forked from timyates/mod-jdbc-persistor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
39 lines (27 loc) · 829 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=com.bloidonia
# Your module name
modname=mod-jdbc-persistor
# Your module version
version=2.1.3
# 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
# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
groovyLangModVersion=2.1.0-final
# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.2.2
# Gradle version
gradleVersion=1.11
# The version of Vert.x
vertxVersion=2.1RC3
# The version of Vert.x test tools
toolsVersion=2.0.3-final
testFrameworkVersion=2.0.0-final
# The version of JUnit
junitVersion=4.11
c3p0Version=0.9.5-pre8
dbutilsVersion=1.5
hsqldbVersion=2.3.2
rxVersion=1.0.0-beta1-SNAPSHOT