Skip to content

Commit

Permalink
Excavator: Apply gradle-jdks to OSS projects (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jun 9, 2022
1 parent e9c9f19 commit b890ee3
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.16.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.1.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.143.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.11.0'
Expand All @@ -25,6 +27,7 @@ apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.git-version'
apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.baseline-java-versions'
apply plugin: 'com.palantir.jdks.latest'

version gitVersion()

Expand Down

0 comments on commit b890ee3

Please sign in to comment.