Merge branch '2.4.x'
Closes gh-26365
This commit is contained in:
@@ -222,6 +222,8 @@ final class JavaPluginAction implements PluginApplicationAction {
|
||||
objectFactory.named(LibraryElements.class, LibraryElements.JAR));
|
||||
productionRuntimeClasspath.setVisible(false);
|
||||
productionRuntimeClasspath.setExtendsFrom(runtimeClasspath.getExtendsFrom());
|
||||
productionRuntimeClasspath.setCanBeResolved(runtimeClasspath.isCanBeResolved());
|
||||
productionRuntimeClasspath.setCanBeConsumed(runtimeClasspath.isCanBeConsumed());
|
||||
runtimeClasspath.extendsFrom(developmentOnly);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user