diff --git a/build.gradle b/build.gradle index 6554e097..4f4dab8a 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ allprojects { testImplementation(platform("org.junit:junit-bom:6.0.1")) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testCompileOnly 'org.jetbrains:annotations:26.0.2' + testCompileOnly 'org.jetbrains:annotations:26.0.2-1' } license { diff --git a/common/build.gradle b/common/build.gradle index a10e3d38..36381faa 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -22,7 +22,7 @@ dependencies { compileOnly 'net.william278.uniform:uniform-common:1.3.9' compileOnly 'com.mojang:brigadier:1.1.8' compileOnly 'org.projectlombok:lombok:1.18.42' - compileOnly 'org.jetbrains:annotations:26.0.2' + compileOnly 'org.jetbrains:annotations:26.0.2-1' compileOnly 'net.kyori:adventure-api:4.25.0' compileOnly 'net.kyori:adventure-platform-api:4.4.0' compileOnly "net.kyori:adventure-text-serializer-plain:4.25.0" @@ -40,7 +40,7 @@ dependencies { testImplementation 'com.google.guava:guava:33.5.0-jre' testImplementation 'com.github.plan-player-analytics:Plan:5.6.2965' testCompileOnly 'de.exlll:configlib-yaml:4.6.4' - testCompileOnly 'org.jetbrains:annotations:26.0.2' + testCompileOnly 'org.jetbrains:annotations:26.0.2-1' annotationProcessor 'org.projectlombok:lombok:1.18.42' } \ No newline at end of file diff --git a/fabric/build.gradle b/fabric/build.gradle index b6643f1b..7d4981bc 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation include('org.apache.commons:commons-pool2:2.12.1') // Redis dep compileOnly 'net.william278:DesertWell:2.0.4' - compileOnly 'org.jetbrains:annotations:26.0.2' + compileOnly 'org.jetbrains:annotations:26.0.2-1' compileOnly 'org.projectlombok:lombok:1.18.42' annotationProcessor 'org.projectlombok:lombok:1.18.42'