Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LibChecker/LibChecker-Rules-Bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9c1dbb7acf12c4cbe74f38fcd54688d385455fc2
Choose a base ref
...
head repository: LibChecker/LibChecker-Rules-Bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f1d65da22f3f2bd4fe56da53e2f068c24f28373c
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 1, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f1d65da View commit details
Showing with 2 additions and 2 deletions.
  1. BIN gradle/wrapper/gradle-wrapper.jar
  2. +1 −1 gradle/wrapper/gradle-wrapper.properties
  3. +1 −1 gradlew
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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\://downloads.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://downloads.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.