mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
WIP
This commit is contained in:
@@ -31,11 +31,6 @@ dependencies {
|
||||
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: powermockVersion
|
||||
testImplementation group: 'org.assertj', name: 'assertj-core', version: assertjVersion
|
||||
|
||||
project(":game:plugin").subprojects { pluginProject ->
|
||||
if (pluginProject.buildFile.exists()) {
|
||||
runtimeClasspath pluginProject
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
applicationDistribution.from("$rootDir/data") {
|
||||
|
||||
Reference in New Issue
Block a user