From 4c2735337a0cfb6834d731828b9cff01932f52ab Mon Sep 17 00:00:00 2001 From: William Date: Wed, 7 Jun 2023 20:44:37 +0100 Subject: [PATCH] [ci skip] Use new repo for annotaml --- build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1b10636..9d69e43 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,7 @@ ext { repositories { mavenCentral() maven { url = 'https://repo.papermc.io/repository/maven-public/' } + maven { url = 'https://repo.william278.net/releases/' } maven { url = 'https://jitpack.io/' } maven { url = 'https://repo.minebench.de/' } maven { url = "https://maven.elytrium.net/repo/" } @@ -28,17 +29,17 @@ repositories { dependencies { compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT' compileOnly 'com.velocitypowered:velocity-proxy:3.2.0-SNAPSHOT' - compileOnly 'net.luckperms:api:5.4' compileOnly 'io.netty:netty-codec-http:4.1.93.Final' + compileOnly 'org.projectlombok:lombok:1.18.28' + compileOnly 'net.luckperms:api:5.4' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0' compileOnly 'net.william278:PAPIProxyBridge:1.2' - compileOnly 'org.projectlombok:lombok:1.18.28' implementation 'org.apache.commons:commons-text:1.10.0' - implementation 'net.william278:Annotaml:2.0.1' + implementation 'net.william278:annotaml:2.0.2' + implementation 'net.william278:DesertWell:2.0.4' implementation 'dev.dejvokep:boosted-yaml:1.3.1' implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' - implementation 'net.william278:DesertWell:2.0.4' implementation 'org.bstats:bstats-velocity:3.0.2' annotationProcessor 'org.projectlombok:lombok:1.18.28'