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: bitfunk/action-runner-orchestrator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39be9aed553b6f763649534332889a1463ab8b5d
Choose a base ref
..
head repository: bitfunk/action-runner-orchestrator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f8dcd4bd2013db6b614f891327f8a394c46901f3
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 build.gradle.kts
  2. BIN gradle/wrapper/gradle-wrapper.jar
  3. +1 −1 gradle/wrapper/gradle-wrapper.properties
  4. +1 −1 gradlew
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -39,6 +39,6 @@ fun isNonStable(version: String): Boolean {
}

tasks.named<Wrapper>("wrapper") {
gradleVersion = "8.12.1"
gradleVersion = "8.13"
distributionType = Wrapper.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-8.12.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.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
@@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.