There was an error while loading. Please reload this page.
1 parent 0d2ba84 commit 52c1817Copy full SHA for 52c1817
1 file changed
build.gradle
@@ -38,7 +38,13 @@ dependencies {
38
39
// Fabric API. This is technically optional, but you probably want it anyway.
40
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
41
-
+
42
+ // https://mvnrepository.com/artifact/org.projectlombok/lombok
43
+ compileOnly("org.projectlombok:lombok:1.18.38")
44
+ annotationProcessor("org.projectlombok:lombok:1.18.38")
45
46
+ testCompileOnly("org.projectlombok:lombok:1.18.38")
47
+ testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
48
}
49
50
processResources {
@@ -87,4 +93,4 @@ publishing {
87
93
// The repositories here will be used for publishing your artifact, not for
88
94
// retrieving dependencies.
89
95
90
-}
96
+}
0 commit comments