File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ dependencies {
155155 include " dev.onyxstudios.cardinal-components-api:cardinal-components-base:${ project.cca_version} "
156156 include " dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${ project.cca_version} "
157157
158- compileOnly " org.projectlombok:lombok:1.18.22 "
159- annotationProcessor " org.projectlombok:lombok:1.18.22 "
158+ compileOnly " org.projectlombok:lombok:1.18.30 "
159+ annotationProcessor " org.projectlombok:lombok:1.18.30 "
160160
161- testCompileOnly " org.projectlombok:lombok:1.18.22 "
162- testAnnotationProcessor ' org.projectlombok:lombok:1.18.22 '
161+ testCompileOnly " org.projectlombok:lombok:1.18.30 "
162+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
163163
164164 modImplementation(include(" me.alphamode:Star:${ project.star_version} +${ project.minecraft_version} " ))
165165}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ include 'services:webservice'
1818pluginManagement {
1919 repositories {
2020 maven { url = ' https://maven.fabricmc.net/' }
21- maven { url = " https://maven.quiltmc.org/repository/release" }
2221 mavenLocal()
2322 gradlePluginPortal()
2423 }
You can’t perform that action at this time.
0 commit comments