Skip to content

Commit

Permalink
Added lombok & updated ClothConfig Library
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMasrozYTLIVE committed Jul 29, 2024
1 parent 50278a5 commit 92e2c28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ dependencies {

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modApi("me.shedaniel.cloth:cloth-config-fabric:15.0.127") {
modApi("me.shedaniel.cloth:cloth-config-fabric:15.0.128") {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation "com.terraformersmc:modmenu:11.0.1"
implementation "javax.annotation:javax.annotation-api:1.3.2"
implementation 'com.google.code.findbugs:jsr305:3.0.2'

compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
}

processResources {
Expand Down

0 comments on commit 92e2c28

Please sign in to comment.