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: PSDev/LicensesDialog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa49a934b9193611e8ad41ae5632861341093408
Choose a base ref
..
head repository: PSDev/LicensesDialog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8d1ad59a17255c55271c0cefe6ea4266100e9a9
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 build.gradle
  2. BIN gradle/wrapper/gradle-wrapper.jar
  3. +1 −1 gradle/wrapper/gradle-wrapper.properties
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -56,6 +56,6 @@ task clean(type: Delete) {
}

wrapper {
gradleVersion = '7.6.1'
gradleVersion = '7.6.2'
distributionType = "all"
}
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\://services.gradle.org/distributions/gradle-7.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists