Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ allprojects {

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:26.0.2")
compileOnly("org.projectlombok:lombok:1.18.36")
compileOnly("org.projectlombok:lombok:1.18.38")
// This is needed for XSkin, but isnt added to the XSeries jar, potentially a bug that will be fixed in a later release
compileOnly("com.mojang:authlib:1.5.25")

// Enable lombok annotation processing
annotationProcessor("org.projectlombok:lombok:1.18.36")
annotationProcessor("org.projectlombok:lombok:1.18.38")
}
}

Expand Down
Loading