Files
plugin-hub/package/settings.gradle
Max Weber 3e17fb2cb7 package: manually shade jars
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
2021-12-20 18:59:29 -07:00

5 lines
91 B
Groovy

rootProject.name = "package-root"
include "upload"
include "package"
include 'apirecorder'