Commit Graph

15 Commits

Author SHA1 Message Date
Chintan Suthar
9011781d36 update elysiumevents-plugin (#1211) 2021-03-14 11:52:18 -06:00
Max Weber
80ad30a472 package: update core transient dependencies 2021-03-03 05:11:00 -07:00
Max Weber
2ee8187be4 package: collapse gradle's massive stack traces 2021-02-26 10:23:09 -07: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
65fb757e19 package: add a default support url 2021-01-25 20:24:56 -07:00
Max Weber
577940874e package: include failure summary in full rebuild output 2020-12-20 03:50:28 -07:00
Max Weber
08d6b65e4b package: archive plugin sources 2020-12-20 03:50:28 -07:00
Max Weber
b79dc3047c package: don't spew the manifest diff at the end of every build 2020-12-18 20:09:25 -07:00
Max Weber
343b3e8e85 package: require license files 2020-11-03 19:49:11 -07:00
Max Weber
2421266df0 package: include plugin update times 2020-11-03 19:48:43 -07:00
Max Weber
5ee20c3e45 package: ensure we don't get a cached manifest for updating 2020-11-02 17:19:46 -07:00
Max Weber
66edf61da6 package: split manifest uploading into it's own job 2020-11-02 17:19:45 -07:00
Max Weber
781845bc23 package: enforce build script line length limits 2020-10-30 23:27:48 -04:00
Max Weber
7960b8e202 package: exit with failure when plugins fail 2020-10-28 07:10:44 -06: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