Skip to content

Commit

Permalink
Upgrade Gradle 8.10 --> 8.10.1
Browse files Browse the repository at this point in the history
I compared two blank projects and applied the differences to the
matching files in this project.

    mkdir -p gradle/8.10/java_junit4
    sdk use gradle 8.10
    (cd gradle/8.10/java_junit4; gradle init --type java-library --test-framework junit)

    mkdir -p gradle/8.10.1/java_junit4
    sdk use gradle 8.10.1
    (cd gradle/8.10.1/java_junit4; gradle init --type java-library --test-framework junit)

    diff -r gradle/8.10/java_junit4 gradle/8.10.1/java_junit4
  • Loading branch information
jeantessier committed Sep 13, 2024
1 parent d2a1499 commit 4e0493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4e0493f

Please sign in to comment.