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 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
Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ jar {
106106 }
107107 }
108108
109- libsDirName = " jar"
109+ }
110+ base {
111+ libsDirectory = layout. buildDirectory. dir(' jar' )
110112}
111113
112114project. tasks. withType(JavaCompile ). configureEach {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ hamcrestVersion=1.3
1717httpclient5Version =5.2.1
1818httpcore5Version =5.2.1
1919
20- jsonObjectVersion =20230227
20+ jsonObjectVersion =20230618
2121
2222junitVersion =4.13.2
2323
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments