Skip to content

Commit

Permalink
Bump placeholder plugin to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Dec 18, 2024
1 parent 4cf5f61 commit 3fefa1a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions PistonQueuePlaceholder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ plugins {
}

repositories {
maven {
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
maven {
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
}
maven {
url = uri("https://papermc.io/repo/repository/maven-public/")
}
mavenCentral()
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://papermc.io/repo/repository/maven-public/")
}

dependencies {
Expand All @@ -27,8 +21,12 @@ dependencies {
group = "net.pistonmaster"
version = "3.0.0-SNAPSHOT"
description = "PistonQueuePlaceholder"
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 3fefa1a

Please sign in to comment.