forked from apple/servicetalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
79 lines (66 loc) · 2.08 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
#
# Copyright © 2018-2019, 2021-2022 Apple Inc. and the ServiceTalk project 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
#
# http://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.
#
# build configuration
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xms2g -Xmx4g -dsa -da -ea:io.servicetalk... -XX:+HeapDumpOnOutOfMemoryError
# project metadata used for publications
group=io.servicetalk
version=0.42.9-SNAPSHOT
scmHost=github.com
scmPath=apple/servicetalk
issueManagementUrl=https://github.com/apple/servicetalk/issues
ciManagementUrl=https://github.com/apple/servicetalk/actions
# dependency versions
nettyVersion=4.1.74.Final
nettyIoUringVersion=0.0.12.Final
jsr305Version=3.0.2
log4jVersion=2.17.1
slf4jVersion=1.7.36
javaxActivationVersion=1.2.2
javaxJaxbApiVersion=2.3.3
javaxJaxbCoreVersion=2.3.0.1
javaxJaxbImplVersion=2.3.3
jaxRsVersion=2.1.6
jerseyVersion=2.35
reactiveStreamsVersion=1.0.3
jcToolsVersion=3.3.0
jacksonVersion=2.13.1
# backward compatible with jackson 2.9+, we do not depend on any new features from later versions.
openTracingVersion=0.33.0
zipkinReporterVersion=2.16.3
# gRPC
protobufGradlePluginVersion=0.8.18
protobufVersion=3.19.2
protoGoogleCommonProtosVersion=2.7.1
javaPoetVersion=1.13.0
shadowPluginVersion=7.1.1
# Test dependencies
jmhCoreVersion=1.33
jmhPluginVersion=0.6.6
junitPlatformVersion=1.8.2
junit5Version=5.8.2
testngVersion=7.4.0
hamcrestVersion=2.2
mockitoCoreVersion=4.3.1
spotbugsPluginVersion=4.7.5
pitestPluginVersion=1.7.0
apacheDirectoryServerVersion=1.5.7
commonsLangVersion=2.6
grpcVersion=1.43.0
javaxAnnotationsApiVersion=1.3.5
jsonUnitVersion=2.28.0