forked from jreleaser/jreleaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
87 lines (83 loc) · 2.66 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright 2020-2022 The JReleaser authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
group = org.jreleaser
sourceCompatibility = 1.8
targetCompatibility = 1.8
kordampPluginVersion = 0.46.0
kordampBuildVersion = 2.5.0
shadowPluginVersion = 6.1.0
downloadPluginVersion = 5.0.4
jdksPluginVersion = 1.1.0
antVersion = 1.10.12
assertjVersion = 3.23.1
asmVersion = 9.2
awaitilityVersion = 4.2.0
awsSdkVersion = 1.12.326
bouncyCastleVersion = 1.69
bytebuddyVersion = 1.12.13
checkstyleVersion = 9.3
classworldsVersion = 2.6.0
commonsCodecVersion = 1.15
commonsCompressVersion = 1.21
commonsIoVersion = 2.11.0
commonsLang3Version = 3.12.0
commonmarkVersion = 0.20.0
commonsNetVersion = 3.8.0
commonsTextVersion = 1.10.0
failsafeVersion = 2.4.4
feignVersion = 11.10
feignFormVersion = 3.8.0
githubVersion = 1.129
graalVersion = 22.3.0
greenmailVersion = 2.0.0-alpha-2
hamcrestVersion = 2.2
httpclientVersion = 4.5.13
jacksonVersion = 2.13.4
jacksonDatabindVersion = 2.13.4
jakartaActivatinVersion= 1.2.2
jgitVersion = 5.13.0.202109080827-r
jipsyVersion = 1.1.1
jsonSchemaVersion = 4.27.0
jsonSmartVersion = 2.4.7
jsoupVersion = 1.15.3
junitVersion = 4.13.2
junit5Version = 5.9.1
mailApiVersion = 2.0.1
mavenVersion = 3.8.6
mavenSharedVersion = 3.3.4
mockitoVersion = 4.8.1
mojoExecutorVersion = 2.4.0
mustacheVersion = 0.9.10
mvnAnnotationsVersion = 3.6.4
opentest4jVersion = 1.2.0
picocliVersion = 4.6.3
plexusVersion = 3.4.1
plexusArchiverVersion = 4.5.0
pomcheckerVersion = 1.3.0
tikaVersion = 2.5.0
wiremockVersion = 2.34.0
slf4jVersion = 2.0.3
snakeYamlVersion = 1.30
sshjVersion = 0.34.0
twitter4jVersion = 4.0.7
xzVersion = 0.3
yamllintVersion = 1.5.0
ztexecVersion = 1.12
org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = true