Skip to content

Commit

Permalink
Remove self from build to fix publishing (#74)
Browse files Browse the repository at this point in the history
Remove self from build to fix publishing
  • Loading branch information
carterkozak authored Jun 27, 2022
1 parent f22ca85 commit ea6bc8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.jdks:gradle-jdks:0.19.0'
classpath 'com.palantir.gradle.jdkslatest:gradle-jdks-latest:0.2.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.0.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.24.0'
Expand All @@ -23,7 +21,6 @@ apply plugin: 'com.palantir.git-version'
apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.baseline'
apply plugin: 'com.palantir.baseline-java-versions'
apply plugin: 'com.palantir.jdks.latest'

javaVersions {
libraryTarget = 11
Expand Down

0 comments on commit ea6bc8c

Please sign in to comment.