mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
Housekeeping
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@
|
|||||||
*.class
|
*.class
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
/data/rsa.pem
|
/game/data/rsa.pem
|
||||||
/data/savedGames
|
/game/data/savedGames
|
||||||
/lib/
|
/lib/
|
||||||
*/target/
|
*/target/
|
||||||
*/build/
|
*/build/
|
||||||
|
|||||||
+2
-2
@@ -31,7 +31,7 @@ dependencies {
|
|||||||
testImplementation group: 'org.assertj', name: 'assertj-core', version: assertjVersion
|
testImplementation group: 'org.assertj', name: 'assertj-core', version: assertjVersion
|
||||||
|
|
||||||
project(":game:plugin").subprojects { pluginProject ->
|
project(":game:plugin").subprojects { pluginProject ->
|
||||||
plugins.withId('apollo-plugin') {
|
if (pluginProject.buildFile.exists()) {
|
||||||
runtimeClasspath pluginProject
|
runtimeClasspath pluginProject
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -41,4 +41,4 @@ applicationDistribution.from("$rootDir/data") {
|
|||||||
include '*.dat'
|
include '*.dat'
|
||||||
include '*.xml'
|
include '*.xml'
|
||||||
into "data/"
|
into "data/"
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user