Skip to content

Commit f45a9f6

Browse files
authored
Upgrade standalone Gradle, Gradle Plugin, and compile-time references (#98)
1 parent 3bf38b7 commit f45a9f6

File tree

5 files changed

+173
-117
lines changed

5 files changed

+173
-117
lines changed

standalone/gradle.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Location of the repository for various artifacts used in the build
22
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
33

4-
# Version 1.17.0 or higher is required to fully support building stand-alone modules with the LabKey Gradle plugins
54
# Exact version will vary based on the version of LabKey being built on
6-
gradlePluginsVersion=1.28.0
5+
gradlePluginsVersion=1.35.0
76

87
# versions of artifacts required as dependencies
98
#uncomment the version number and set to the desired labkeyVersion
10-
#labkeyVersion=21.7-SNAPSHOT
11-
labkeyClientApiVersion=1.3.2
9+
#labkeyVersion=22.7-SNAPSHOT
10+
labkeyClientApiVersion=3.0.0
1211

1312
# used by the LabKey Jsp Gradle plugin for declaring dependencies
14-
apacheTomcatVersion=9.0.50
15-
servletApiVersion=3.0
13+
apacheTomcatVersion=9.0.65
14+
servletApiVersion=4.0.1
1615

1716
# Example external dependency used in build file
1817
commonsBeanutilsVersion=1.8.3
1.52 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

standalone/gradlew

Lines changed: 159 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)