forked from newrelic/newrelic-telemetry-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (28 loc) · 855 Bytes
/
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
#
# Copyright 2020 New Relic Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Here is where we manage the version
group=com.newrelic.telemetry
version=0.12.0
# Set this to true to enable using a local sonatype (for debugging publishing issues)
# Start a local sonatype in docker with this command:
#
# $ docker run -d -p 8081:8081 --name nexus sonatype/nexus3
#
# Access the nexus container at http://localhost:8081
useLocalSonatype=false
# Provide your own username and password for local nexus
# or set SONATYPE_USERNAME and SONATYPE_PASSWORD env vars
#sonatypeUsername=admin
#sonatypePassword=admin123
# Dependency versions
slf4jVersion=1.7.30
gsonVersion=2.8.6
guavaVersion=27.1-jre
junitVersion=5.3.1
jsonassertVersion=1.5.0
mockitoVersion=2.23.0
mockserverVersion=5.5.1
okhttpVersion=4.8.0
testContainerVersion=1.15.1