1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-11-23 15:21:06 +01:00

build: change placeholderapi version

This commit is contained in:
Jozef Steinhübl 2024-11-21 23:58:08 +01:00
parent 661b14bd6e
commit 8519e26532
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -3,7 +3,7 @@ plugins {
} }
repositories { repositories {
maven("https://repo.extendedclip.com/content/repositories/placeholderapi") maven("https://repo.extendedclip.com/releases/")
maven("https://repo.papermc.io/repository/maven-public/") maven("https://repo.papermc.io/repository/maven-public/")
maven("https://oss.sonatype.org/content/repositories/snapshots") maven("https://oss.sonatype.org/content/repositories/snapshots")
@ -19,7 +19,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-mojangapi:1.19.1-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-mojangapi:1.19.1-R0.1-SNAPSHOT")
// PlaceholderAPI // PlaceholderAPI
compileOnly("me.clip:placeholderapi:2.11.3") compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("org.projectlombok:lombok:1.18.28") compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28") annotationProcessor("org.projectlombok:lombok:1.18.28")