Skip to content

Commit

Permalink
Excavator: Apply gradle-jdks to OSS projects (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jun 9, 2022
1 parent 7454294 commit e09ca93
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 @@ -7,6 +7,8 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.16.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.1.0'
classpath 'com.diffplug.gradle:goomph:3.32.1'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.11.0'
Expand All @@ -25,6 +27,7 @@ apply plugin: 'com.palantir.external-publish'
apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.baseline-java-versions'
apply plugin: 'com.palantir.jdks.latest'

allprojects {
repositories {
Expand Down

0 comments on commit e09ca93

Please sign in to comment.