Skip to content

Commit

Permalink
build: remove specification for the language level
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu authored Sep 2, 2023
1 parent 10ad4cb commit 8154a0e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ plugins {
`java-library`
}

java.toolchain.languageVersion.set(JavaLanguageVersion.of(8))

repositories {
mavenLocal()
mavenCentral()
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.codemc.org/repository/nms/")
}
}

0 comments on commit 8154a0e

Please sign in to comment.