Skip to content

Commit 37957ca

Browse files
Update to Gradle 8.2.1 and adjust away from deprecated syntax (#59)
1 parent c78f343 commit 37957ca

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## version 5.3.0-SNAPSHOT
44
*Released*: TBD
5+
* Update to Gradle 8.2.1 and adjust away from deprecated syntax
56

67
## version 5.2.0
78
*Released*: 3 May 2023

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jar {
106106
}
107107
}
108108

109-
libsDirName = "jar"
109+
}
110+
base {
111+
libsDirectory = layout.buildDirectory.dir('jar')
110112
}
111113

112114
project.tasks.withType(JavaCompile).configureEach {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hamcrestVersion=1.3
1717
httpclient5Version=5.2.1
1818
httpcore5Version=5.2.1
1919

20-
jsonObjectVersion=20230227
20+
jsonObjectVersion=20230618
2121

2222
junitVersion=4.13.2
2323

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)