Housekeeping

This commit is contained in:
KeepBotting
2019-03-26 14:05:40 -04:00
parent a0c78ced90
commit 739c331860
135 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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/"
} }
View File

Some files were not shown because too many files have changed in this diff Show More