mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-01-24 22:30:47 -05:00
we have to do this as part of a compiler plugin, and not by just looking at the classes' bytecode, because jls§13.1 requires inlining of certain constant values, so references to these will not be present in the bytecode.
6 lines
109 B
Groovy
6 lines
109 B
Groovy
rootProject.name = "package-root"
|
|
|
|
include "initLib"
|
|
include "upload"
|
|
include "package"
|
|
include 'apirecorder' |