Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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
Showing with 2 additions and 2 deletions.
  1. +1 −1 gradle/wrapper/gradle-wrapper.properties
  2. +1 −1 gradlew
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.7-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/.