task createSourceFolder {
sourceSets*.java.srcDirs*.each { it.mkdirs() }
sourceSets*.resources.srcDirs*.each { it.mkdirs() }
}
Normal execution <script> This is the default behavior of the <script> element. Parsing of the HTML code pauses while the scr...
task createSourceFolder {
sourceSets*.java.srcDirs*.each { it.mkdirs() }
sourceSets*.resources.srcDirs*.each { it.mkdirs() }
}