class MainConfigurationSetup
Configure the given Configuration as the main one:
packIntoJar and requiredPlugin configurations from this one
project - the project to which the configuration belongs
configuration - the main configuration
MainConfigurationSetup(project: Project, mainSourceSet: SourceSet)
Configure the given Configuration as the main one: |
val mainConfiguration: Configuration! |
|
val mainSourceSet: SourceSet |
|
val packIntoJarConfiguration: Configuration! |
|
val project: Project
the project to which the configuration belongs |
|
val requiredPluginConfiguration: Configuration! |
fun afterEvaluate(): Unit
This part is meant to be called inside of an Project.afterEvaluate block. It adds the dependencies to JOSM and required JOSM plugins to the correct configurations |