Update build.gradle

This commit is contained in:
CloudlyBot | Argantiu 2023-04-22 18:29:23 +02:00 committed by GitHub
parent 2c2b8f5dc1
commit be780c8808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ repositories {
dependencies {
//compileOnly spigot('1.19.4')
compileOnly lombok()
annotationProcessor lombok()
//compileOnly lombok()
//annotationProcessor lombok()
implementation("io.papermc:paperlib:1.0.7")
implementation("org.yaml:snakeyaml:2.0")
implementation("net.kyori:adventure-text-minimessage:4.13.1")
@ -61,8 +61,8 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
testImplementation "org.mockito:mockito-core:5.+"
testImplementation 'org.assertj:assertj-core:3.+'
testImplementation lombok()
testAnnotationProcessor lombok()
//testImplementation lombok()
//testAnnotationProcessor lombok()
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
}