You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix sources.jar generation for instrumentation & plugin (#324)
Plugin, Instrumentation-Extensions & Instrumentation-Runner had
essentially empty sources.jar artifacts because the current integration
only looked into src/main/java, but these modules changed to src/main/kotlin already.
Redefining the declaration makes all source folders appear now
0 commit comments