Skip to content

Commit

Permalink
Bump Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Aug 27, 2024
1 parent 24de986 commit 56ce009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,13 @@ spongeConvention {
}

indra {
javaVersions().minimumToolchain(17)
javaVersions().target(17)
}

indraCrossdoc {
baseUrl(providers.gradleProperty("javadocPublishRoot"))
}

sourceSets {
main {
multirelease {
moduleName("org.spongepowered.plugin.spi")
alternateVersions(9)
applyToJavadoc(true)
}
}
}

dependencies {
api("org.spongepowered:plugin-meta:0.8.1")
api("org.apache.maven:maven-artifact:3.8.6")
Expand Down
File renamed without changes.

0 comments on commit 56ce009

Please sign in to comment.