-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
63 lines (55 loc) · 1.84 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
51
52
53
54
55
56
57
58
59
60
61
62
63
group = fi.linuxbox.upcloud
version = 0.0.8-SNAPSHOT
sourceCompatibility = 1.8
targetCompatibility = 1.8
#
# Everything is written in Groovy, and tested with Spock
#
# https://search.maven.org/search?q=g:org.codehaus.groovy%20AND%20a:groovy&core=gav
groovyVersion=3.0.1
# https://search.maven.org/search?q=g:org.spockframework%20AND%20a:spock-core&core=gav
spockVersion=2.0-M2-groovy-3.0
#
# Logging API is SLF4J, tests log via LogBack
#
# https://search.maven.org/search?q=g:org.slf4j%20AND%20a:slf4j-api&core=gav
slf4jVersion=1.7.30
# https://search.maven.org/search?q=g:ch.qos.logback%20AND%20a:logback-classic&core=gav
logbackVersion=1.2.3
#
# groovy-upcloud-http-ahc dependencies
#
# https://search.maven.org/search?q=g:org.apache.httpcomponents%20AND%20a:httpasyncclient&core=gav
httpasyncclientVersion=4.1.4
# https://search.maven.org/search?q=g:org.apache.httpcomponents%20AND%20a:httpcore-nio&core=gav
httpcoreNioVersion=4.4.13
# https://search.maven.org/search?q=g:cglib%20AND%20a:cglib&core=gav
cglibVersion=2.2.2
#
# groovy-upcloud-json-{gjson,jackson} test dependencies
#
# https://search.maven.org/search?q=g:com.jayway.jsonpath%20AND%20a:json-path-assert&core=gav
jsonPathAssertVersion=2.4.0
#
# groovy-upcloud-json-jackson dependencies
#
# https://search.maven.org/search?q=g:com.fasterxml.jackson.core%20AND%20a:jackson-core&core=gav
jacksonVersion=2.10.2
jacksonApiVersion=2.10
#
# Gradle plugin versions
#
# https://github.com/bmuschko/gradle-nexus-plugin
gradleNexusPluginVersion=2.3.1
# https://github.com/asciidoctor/asciidoctor-gradle-plugin
gradleAsciidoctorPluginVersion=1.5.12
# https://github.com/hierynomus/license-gradle-plugin
gradleLicensePluginVersion=0.15.0
# https://github.com/ajoberstar/gradle-git-publish
gradleGitPublishPluginVersion=2.1.1
#
# Gradle settings
#
org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = true