raphw / byte-buddy

Runtime code generation for the Java virtual machine.
https://bytebuddy.net
Apache License 2.0
6.23k stars 804 forks source link

ByteBuddyDirTask to transform a directory of jar files #1712

Closed LarsBodewig closed 1 week ago

LarsBodewig commented 1 week ago

Gradle task to transform a directory of jar files according to #1711

I think a better solution would be to create new classes ForJarFolder in Source, Target and Origin however a second gradle task would be necessary anyway, as the source and target properties can only have one of @InputFile or @InputDirectory.