Skip to content

Commit

Permalink
[High Priority] Excavator: Update gradle-jdks infrastructure plugins (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 5, 2024
1 parent f0d65c5 commit 65fe337
Show file tree
Hide file tree
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
Expand Up @@ -8,7 +8,7 @@ buildscript {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.19.0'
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.13.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.1.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'
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle/gradle-jdks-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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
Expand Up @@ -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'
Expand Down

0 comments on commit 65fe337

Please sign in to comment.