mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Add a 'plugins' source set to the game module
Creates a new sourceset for server plugins to support IDE integration with plugin code. Additionally moves plugins to game/data/plugins and contains some gradle related fixes (remove java plugin from root project and fix exec task dependency).
This commit is contained in:
@@ -72,7 +72,7 @@ public final class PluginManager {
|
||||
* @throws SAXException If a SAX error occurs.
|
||||
*/
|
||||
private Collection<PluginMetaData> findPlugins() throws IOException, SAXException {
|
||||
return findPlugins(new File("./data/plugins"));
|
||||
return findPlugins(new File("./game/data/plugins"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user