Skip to content

Commit

Permalink
[High Priority] Excavator: Update gradle-jdks infrastructure plugins (#…
Browse files Browse the repository at this point in the history
svc-excavator-bot authored Nov 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e8692bb commit b83bd18
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ buildscript {

dependencies {
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.54.0'
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.55.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.16.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.19.0'
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.13.0'
1 change: 0 additions & 1 deletion gradle/gradle-jdks-functions.sh
Original file line number Diff line number Diff line change
@@ -127,7 +127,6 @@ install_and_setup_jdks() {
elif [ ! -f "$jdk_installation_directory/bin/java" ]; then
echo "Java executable not found in $jdk_installation_directory/bin/java, re-installing the JDK...."
else
echo "JDK installation $jdk_installation_directory was already configured"
continue
fi
# Download and extract the distribution into a temporary directory
Binary file modified gradle/gradle-jdks-setup.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}
dependencies {
classpath 'com.palantir.gradle.jdks:gradle-jdks-settings:0.54.0'
classpath 'com.palantir.gradle.jdks:gradle-jdks-settings:0.55.0'
}
}
apply plugin: 'com.palantir.jdks.settings'

0 comments on commit b83bd18

Please sign in to comment.