idk: Move annotations to do with injection to a seperate module for improved modularity (#2181)
* Move annotations to do with injection to a seperate module for improved modularity * Remove redundant config in build script, add (c)
This commit is contained in:
@@ -43,6 +43,7 @@ include(":runelite-script-assembler-plugin")
|
||||
include(":runelite-client")
|
||||
include(":runelite-mixins")
|
||||
include(":injected-client")
|
||||
include("injection-annotations")
|
||||
include(":runelite-plugin-archetype")
|
||||
include(":http-service")
|
||||
include(":http-service-openosrs")
|
||||
@@ -57,4 +58,3 @@ for (project in rootProject.children) {
|
||||
require(buildFile.isFile) { "Project '${project.path} must have a $buildFile build script" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user