Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

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 Jan 10, 2023
1 parent d1791db commit 546f31c
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.28.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.5.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.21.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.95.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.9.0'
Expand All @@ -23,6 +25,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 546f31c

Please sign in to comment.