Switch many common tasks defined in buildSrc to lazy creation
also refactor some locally defined tasks to the creation avoidance API
This commit is contained in:
@@ -75,7 +75,7 @@ publishing {
|
||||
publications {
|
||||
create<MavenPublication>("internal") {
|
||||
artifactId = "kotlin-stdlib-minimal-for-test"
|
||||
artifact(jar)
|
||||
artifact(jar.get())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user