Commit Graph

8 Commits

Author SHA1 Message Date
Max Weber
36840b9cb7 package: require plugins to be non-empty 2021-03-24 22:17:34 -06:00
Max Weber
531a9a8554 package: use a central verification-metadata file
This lets us have better control over which dependencies are verified,
as changes to runelite-client's dependencies cause all Hub plugins with
pinned deps to fail, as the new transitive deps aren't pinned. Moving
this file into this repo not only lets us update it in these situations,
but also means individual plugin authors don't need to touch Gradle's
verification and all of it's associated pains. This also allows plugins
to pull a dependency that another plugin pulls already with no extra
work.
2021-02-26 10:23:08 -07:00
Max Weber
fdb8f405fa package: bump build cache 2020-12-20 04:22:05 -07:00
Max Weber
aebb0982d1 package: disable actions command parsing 2020-11-03 15:39:11 -07:00
Max Weber
66edf61da6 package: split manifest uploading into it's own job 2020-11-02 17:19:45 -07:00
Max Weber
2d23c768a6 package: only diff from the merge base when building prs 2020-10-30 22:08:11 -06:00
Max Weber
781845bc23 package: enforce build script line length limits 2020-10-30 23:27:48 -04: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