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
+4 -4
View File
@@ -1,12 +1,12 @@
apolloPlugin {
plugin {
name = "following"
packageName = "org.apollo.game.plugin.entity"
authors = [
"Gary Tierney",
]
dependencies = [
"walkto",
"command_utilities",
"player_action",
"entity:walk-to",
"util:command",
"entity:player-action",
]
}
@@ -1,4 +1,4 @@
apolloPlugin {
plugin {
name = "player_action"
packageName = "org.apollo.game.plugin.entity"
authors = [
+2 -2
View File
@@ -1,10 +1,10 @@
apolloPlugin {
plugin {
name = "spawning"
packageName = "org.apollo.game.plugin.entity"
authors = [
"Gary Tierney",
]
dependencies = [
"entity_lookup",
"util:lookup",
]
}
+1 -1
View File
@@ -1,4 +1,4 @@
apolloPlugin {
plugin {
name = "walkto"
packageName = "org.apollo.plugin.entity.walkto"
authors = [