mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update build.gradle
This commit is contained in:
parent
2c2b8f5dc1
commit
be780c8808
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user