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
|
||||
*.iml
|
||||
|
||||
/data/rsa.pem
|
||||
/data/savedGames
|
||||
/game/data/rsa.pem
|
||||
/game/data/savedGames
|
||||
/lib/
|
||||
*/target/
|
||||
*/build/
|
||||
|
||||
+2
-2
@@ -31,7 +31,7 @@ dependencies {
|
||||
testImplementation group: 'org.assertj', name: 'assertj-core', version: assertjVersion
|
||||
|
||||
project(":game:plugin").subprojects { pluginProject ->
|
||||
plugins.withId('apollo-plugin') {
|
||||
if (pluginProject.buildFile.exists()) {
|
||||
runtimeClasspath pluginProject
|
||||
}
|
||||
}
|
||||
@@ -41,4 +41,4 @@ applicationDistribution.from("$rootDir/data") {
|
||||
include '*.dat'
|
||||
include '*.xml'
|
||||
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