EcoEnchants/eco-extensions/build.gradle
Auxilor 8b5139a1b0 Revert "Started EcoSkills"
This reverts commit dba5d455
2021-04-16 16:36:41 +01:00

16 lines
382 B
Groovy

group 'com.willfp'
description = 'Extension Parent'
subprojects {
dependencies {
compileOnly project(":eco-core:core-plugin")
compileOnly project(":eco-core:core-proxy")
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
}
tasks.withType(Jar) {
destinationDirectory = file("$rootDir/bin/")
}
tasks.jar.enabled = false
}