-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (18 loc) · 885 Bytes
/
gradle.properties
File metadata and controls
25 lines (18 loc) · 885 Bytes
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
# the URL for the artifact repository where our build plugins are housed
# as well as the build artifacts. (Be careful not to include a trailing slash
# in the context URL or you will get a 500 error from artifactory.)
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
# The source and target versions of Java for compilation tasks
sourceCompatibility=17
targetCompatibility=17
gradlePluginsVersion=7.2.0
commonsCodecVersion=1.20.0
commonsLoggingVersion=1.3.5
httpclient5Version=5.5.1
httpcore5Version=5.3.6
jsonObjectVersion=20250517
junitVersion=4.13.2
#If iterating on the java client api and deploying it to a non-LabKey directory, uncomment and set this property (or set at command line),
# and run the 'deployFatJar' task to create the jar with all dependencies and deploy it to the specified target. e.g., c:/somewhere/lib
#javaClientDir=
#buildFromSource=false