aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
AgeCommit message (Collapse)Author
2023-05-01Add dependencies to published pomMatyrobbrt
2023-01-09Fix the transformers and `JarTransformationTask`SizableShrimp
The transformers for the $1$1 anonymous inner class were entirely wrong `JarTransformationTask` had the possibility of stacking on itself with the previous implementation if run multiple times This caused the same methods to get injected multiple times Fixed by using a separate file for the transformed classes
2023-01-08Add compatibility with Gradle 7.6 (#5)matyrobbrt
Co-authored-by: SizableShrimp <sizableshrimp@sizableshrimp.me>