Skip to content

Commit

Permalink
Update to Gradle 8.10.2
Browse files Browse the repository at this point in the history
Closes gh-930
  • Loading branch information
jzheaux committed Oct 1, 2024
1 parent 5b8f2f7 commit c4581d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class TestsConfigurationPlugin implements Plugin<Project> {
}

project.tasks.create('testJar', Jar) {
classifier = 'test'
archiveClassifier = 'test'
from project.sourceSets.test.output
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion samples/boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.2.10'
id 'io.spring.dependency-management'
id 'java'
id 'java-library'
}

repositories {
Expand Down

0 comments on commit c4581d9

Please sign in to comment.