forked from jreleaser/jreleaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
73 lines (69 loc) · 2.23 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
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright 2020-2021 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 = 4.1.2
jdksPluginVersion = 0.8.0
antVersion = 1.10.12
asmVersion = 9.2
awaitilityVersion = 4.1.1
awsSdkVersion = 1.12.124
bouncyCastleVersion = 1.68
classworldsVersion = 2.6.0
commonsCodecVersion = 1.15
commonsCompressVersion = 1.21
commonsIoVersion = 2.11.0
commonsLang3Version = 3.12.0
feignVersion = 11.7
feignFormVersion = 3.8.0
githubVersion = 1.129
greenmailVersion = 2.0.0-alpha-2
hamcrestVersion = 2.2
httpclientVersion = 4.5.13
jacksonVersion = 2.13.0
jakartaActivatinVersion= 1.2.2
jgitVersion = 5.13.0.202109080827-r
jipsyVersion = 1.1.1
jsonSmartVersion = 2.4.7
jsoupVersion = 1.14.3
junitVersion = 4.13.2
junit5Version = 5.8.2
mailApiVersion = 2.0.1
mavenVersion = 3.8.4
mavenSharedVersion = 3.3.4
mojoExecutorVersion = 2.3.2
mustacheVersion = 0.9.10
mvnAnnotationsVersion = 3.6.2
opentest4jVersion = 1.2.0
picocliVersion = 4.6.2
plexusVersion = 3.4.1
plexusArchiverVersion = 4.2.6
tikaVersion = 2.1.0
wiremockVersion = 2.31.0
slf4jVersion = 1.7.32
snakeYamlVersion = 1.29
twitter4jVersion = 4.0.7
yamllintVersion = 1.4.0
ztexecVersion = 1.12
org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = true