File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
examples/VaasExample/gradle/wrapper Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.34 '
21+ implementation ' org.projectlombok:lombok:1.18.36 '
2222 implementation ' com.google.code.gson:gson:2.11.0'
2323 implementation ' org.java-websocket:Java-WebSocket:1.5.7'
2424 implementation ' org.jetbrains:annotations:26.0.1'
@@ -29,11 +29,11 @@ dependencies {
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.3'
3030
3131
32- compileOnly ' org.projectlombok:lombok:1.18.34 '
33- annotationProcessor ' org.projectlombok:lombok:1.18.34 '
32+ compileOnly ' org.projectlombok:lombok:1.18.36 '
33+ annotationProcessor ' org.projectlombok:lombok:1.18.36 '
3434
35- testCompileOnly ' org.projectlombok:lombok:1.18.34 '
36- testAnnotationProcessor ' org.projectlombok:lombok:1.18.34 '
35+ testCompileOnly ' org.projectlombok:lombok:1.18.36 '
36+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
3737}
3838
3939test {
Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.34 '
21+ implementation ' org.projectlombok:lombok:1.18.36 '
2222 implementation ' com.google.code.gson:gson:2.11.0'
2323 implementation ' org.java-websocket:Java-WebSocket:1.5.7'
2424 implementation ' org.jetbrains:annotations:26.0.1'
@@ -29,11 +29,11 @@ dependencies {
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.3'
3030
3131
32- compileOnly ' org.projectlombok:lombok:1.18.34 '
33- annotationProcessor ' org.projectlombok:lombok:1.18.34 '
32+ compileOnly ' org.projectlombok:lombok:1.18.36 '
33+ annotationProcessor ' org.projectlombok:lombok:1.18.36 '
3434
35- testCompileOnly ' org.projectlombok:lombok:1.18.34 '
36- testAnnotationProcessor ' org.projectlombok:lombok:1.18.34 '
35+ testCompileOnly ' org.projectlombok:lombok:1.18.36 '
36+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
3737}
3838
3939test {
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments