-
Notifications
You must be signed in to change notification settings - Fork 12
/
gradle.properties
60 lines (43 loc) · 1.53 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
#
# Copyright (c) Dell Inc., or its subsidiaries. All Rights Reserved.
#
# 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
#
# Third-party dependencies
guavaVersion=28.2-jre
junitVersion=4.13.2
keycloakVersion=23.0.4
mockitoVersion=3.3.3
pravegaVersion=0.12.0
slf4jVersion=1.7.30
buildVersion=0.13.0-SNAPSHOT
# The below release/publishing properties specified in this file below may be overridden by supplying project
# properties to the Gradle command via `-Pname=value`.
# ------------------------------------------------
# Properties for publishing to repository
# ------------------------------------------------
# Alternatives: mavenCentral, localFileRepo, any string (in conjunction with `publishUrl...`
publishRepo=localFileRepo
# Repo credentials
publishUsername=
publishPassword=
# Specified if a custom `publishRepo` is specified
publishUrlForSnapshots=
publishUrlForReleases=
# -------------------------------------------------
# Properties for signing the publications.
# -------------------------------------------------
doSigning=false
signing.keyId=
signing.password=
# This will be defaulted to ~/.gnupg/secring.gpg if not provided as a command line property
signing.secretKeyRingFile=
# ----------------------------------------
# Properties for publishing to Bintray
# ----------------------------------------
bintrayOrgName=pravega
bintrayRepoName=pravega