Skip to content

Commit

Permalink
Reverted: build.gradle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Mar 25, 2024
1 parent 4a5b880 commit 327bf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tasks {

runServer {
// The version of the server to run
def version = "1.8.8"
def version = "1.20.4"

minecraftVersion(version)
runDirectory.set(file("server/$version"))
Expand All @@ -55,7 +55,7 @@ tasks {
// 1.17 = Java 16
// 1.18 - 1.20.4 = Java 17
javaLauncher.set(project.javaToolchains.launcherFor {
languageVersion.set(JavaLanguageVersion.of(8))
languageVersion.set(JavaLanguageVersion.of(17))
})

downloadPlugins {
Expand Down

0 comments on commit 327bf0a

Please sign in to comment.