File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## version 5.3.0-SNAPSHOT
4
4
* Released* : TBD
5
+ * Update to Gradle 8.2.1 and adjust away from deprecated syntax
5
6
6
7
## version 5.2.0
7
8
* Released* : 3 May 2023
Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ jar {
106
106
}
107
107
}
108
108
109
- libsDirName = " jar"
109
+ }
110
+ base {
111
+ libsDirectory = layout. buildDirectory. dir(' jar' )
110
112
}
111
113
112
114
project. tasks. withType(JavaCompile ). configureEach {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ hamcrestVersion=1.3
17
17
httpclient5Version =5.2.1
18
18
httpcore5Version =5.2.1
19
19
20
- jsonObjectVersion =20230227
20
+ jsonObjectVersion =20230618
21
21
22
22
junitVersion =4.13.2
23
23
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments