Skip to content

Commit

Permalink
update palantir-baseline to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 30, 2024
1 parent 19bd662 commit 7869ffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ java {
}

tasks.withType<JavaCompile>().configureEach {
options.release = 8
options.release = 17
}
tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
}

kotlin {
jvmToolchain {
languageVersion = JavaLanguageVersion.of(8)
languageVersion = JavaLanguageVersion.of(17)
}
compilerOptions {
jvmTarget = JvmTarget.JVM_1_8
jvmTarget = JvmTarget.JVM_17
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ indra-publishing-sonatype = { module = "net.kyori:indra-publishing-sonatype", ve
nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version.ref = "nexus-publish" }
errorprone-gradle = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "gradleErrorprone" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
palantir-baseline = { module = "com.palantir.baseline:gradle-baseline-java", version = "5.37.0" }
palantir-baseline = { module = "com.palantir.baseline:gradle-baseline-java", version = "6.4.0" }
palantir-revapi = "com.palantir.gradle.revapi:gradle-revapi:1.8.0"

0 comments on commit 7869ffc

Please sign in to comment.