mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 00:38:18 +00:00
Fix plugin test running with new gradle modules
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
plugin {
|
||||
name = "spawning"
|
||||
packageName = "org.apollo.game.plugin.entity"
|
||||
authors = [
|
||||
"Gary Tierney",
|
||||
]
|
||||
dependencies = [
|
||||
"entity_lookup",
|
||||
"util:lookup",
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
apolloPlugin {
|
||||
plugin {
|
||||
name = "walkto"
|
||||
packageName = "org.apollo.plugin.entity.walkto"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user