Skip to content

Commit

Permalink
Excavator: Apply gradle-jdks to OSS projects
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jul 22, 2023
1 parent d94db05 commit 7545f44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.32.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.8.0'
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.5.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.21.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.95.0'
Expand All @@ -27,6 +29,7 @@ apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.external-publish'
apply plugin: 'com.palantir.external-publish-jar'
apply plugin: 'com.palantir.external-publish-gradle-plugin'
apply plugin: 'com.palantir.jdks.latest'

group 'com.palantir.launchconfig'
version gitVersion()
Expand Down

0 comments on commit 7545f44

Please sign in to comment.