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
// See https://github.com/johnrengelman/shadow/blob/5.0.0/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/ConfigureShadowRelocation.groovy
61
+
Set<String> packages = []
62
+
// Always read from core's configurations
63
+
for (configuration in tasks.getByPath(":testcontainers:shadowJar").configurations) {
0 commit comments