Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
Latest commit
25 lines (18 loc) · 886 Bytes
/
Copy pathgradle.properties
File metadata and controls
25 lines (18 loc) · 886 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=10.0.0
commonsCodecVersion=1.22.1
commonsLoggingVersion=1.4.0
httpclient5Version=5.6.4
httpcore5Version=5.4.3
jsonObjectVersion=20260719
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