Commit Graph

7 Commits

Author SHA1 Message Date
Max Weber
65f67f2a53 package: use manifest v2 format 2023-06-04 05:49:15 -06:00
Jordan Atwood
039d5cd034 package: Fix assertEquals argument order 2023-05-05 16:11:06 -06:00
Max Weber
fc629da51a package: update to Gradle 7.4 2022-02-09 05:51:59 -07:00
Max Weber
79e77d63b9 package: avoid rebuilding plugins with compatible apis
we have to do this as part of a compiler plugin, and not by just looking
at the classes' bytecode, because jls§13.1 requires inlining of certain
constant values, so references to these will not be present in the
bytecode.
2021-11-13 10:09:25 -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