gradle: убран лишний плагин
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import fildep.FilteringDependenciesPlugin
|
||||
import libs.LibsPlugin
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
apply plugin: FilteringDependenciesPlugin
|
||||
apply plugin: LibsPlugin
|
||||
|
||||
def publishScript = file(rootProject.getProjectDir().getPath() + '/publish.gradle')
|
||||
@@ -27,13 +25,13 @@ dependencies {
|
||||
compileOnly libs.lombok
|
||||
annotationProcessor libs.lombok
|
||||
|
||||
compileOnly fildep.filter(libs.bukkit)
|
||||
compileOnly libs.bukkit
|
||||
implementation libs.commons_text
|
||||
implementation libs.refobj
|
||||
|
||||
testImplementation libs.test.junit5
|
||||
testImplementation libs.test.mock
|
||||
testImplementation fildep.filter(libs.bukkit)
|
||||
testImplementation libs.bukkit
|
||||
testImplementation libs.test.h2db
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user