mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-01-01 02:48:55 -05:00
this lets us get rid of shadow, which
1) lets hub plugins bring their own shadow if they desire without
impacting the build process
2) removes a vulnerable log4j from the build process. This isn't
a huge issue to us because if you can get arbitrary files into the
shadow jar, security is already compromised, so at worst this lets
you escalate
5 lines
91 B
Groovy
5 lines
91 B
Groovy
rootProject.name = "package-root"
|
|
|
|
include "upload"
|
|
include "package"
|
|
include 'apirecorder' |