Package nebula.project.internal
Class ConfigurationUtil
java.lang.Object
nebula.project.internal.ConfigurationUtil
reusable utility functions for dealing with Configurations
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidextendSourceSet(org.gradle.api.Project project, org.gradle.api.tasks.SourceSet from, org.gradle.api.tasks.SourceSet to) copies dependencies and attributes from one source set to another
-
Method Details
-
extendSourceSet
public static void extendSourceSet(org.gradle.api.Project project, org.gradle.api.tasks.SourceSet from, org.gradle.api.tasks.SourceSet to) copies dependencies and attributes from one source set to another
-