Commit Graph

4 Commits

Author SHA1 Message Date
Max Weber
94fe582778 package: update asm to 9.3 2022-07-02 11:33:43 -06:00
Max Weber
fc629da51a package: update to Gradle 7.4 2022-02-09 05:51:59 -07:00
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
Abex
df657e20f5 package: rewrite build scripts (#701)
not using bash gives us more flexibility and significantly reduces build
times via parallelism. Additionally this includes support for GitHub
Actions which also significantly reduces build times.
2020-10-26 15:58:39 -06:00