forked from siwiwit/dolphin-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
29 lines (26 loc) · 1.01 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
group = com.canoo.dolphin-platform
version = 0.13.0
sourceCompatibility = 1.7
targetCompatibility = 1.7
publishJars = false
project_description = The Dolphin Platform is a framework that implements the presentation model pattern and provides a\
modern way to create enterprise applications. The Platform provides several client implementations that all can\
be used in combination with a general sever API.
project_website = https://github.com/canoo/dolphin-platform
project_issues = https://github.com/canoo/dolphin-platform/issues
project_scm = https://github.com/canoo/dolphin-platform.git
deltaSpikeVersion = 1.7.1
groovyVersion = 2.4.7
gparsVersion = 1.2.1
gsonVersion = 2.7
guavaVersion = 19.0
jacocoVersion = 0.7.7.201606060606
jmockitVersion = 1.25
kumulzeeVersion = 2.0.0
rxjavaVersion = 1.1.7
servletApiVersion = 3.1.0
slf4jVersion = 1.7.21
springBootVersion = 1.5.3.RELEASE
# version 6.9.11+ breaks tests
testngVersion = 6.9.10
systemProp.sonar.host.url=https://sonarqube.com