Fix plugin test running with new gradle modules

This commit is contained in:
Gary Tierney
2017-09-16 20:40:17 +01:00
parent 36282cf81e
commit edcb72b474
39 changed files with 97 additions and 129 deletions
@@ -1,10 +1,10 @@
apolloPlugin {
name = "tutorial island npc spawns"
plugin {
name = "tutorial_island_npc_spawns"
packageName = "org.apollo.game.plugin.locations"
authors = [
"Jesse W",
]
dependencies = [
"spawning",
"entity:spawn",
]
}
@@ -1,7 +1,7 @@
name = "tutorial island npc spawns"
package = "org.apollo.game.plugin.locations"
authors = [ "Jesse W" ]
dependencies = [ "spawning" ]
dependencies = [ "entity:spawn" ]
[config]
srcDir = "src/"