Skip to content

Commit

Permalink
Updated netty dependency and added lombok to version_adapter module.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Feb 16, 2025
1 parent 793739b commit b4172fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion version_adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter'
compileOnly 'com.github.SkriptLang:Skript:2.10.0'
compileOnly "io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT"
compileOnly("io.netty:netty-all:4.1.117.Final")
compileOnly("io.netty:netty-all:4.2.0.RC3")
implementation('com.vdurmont:semver4j:3.1.0')

compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'

testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit b4172fe

Please sign in to comment.