Build: drop maven publication for Kotlin plugin artifacts
This commit is contained in:
committed by
teamcityserver
parent
32f811e0ec
commit
48a4d7d418
@@ -37,5 +37,3 @@ testsJar()
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -62,5 +62,3 @@ sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
projectTest(parallel = true)
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -79,5 +79,3 @@ projectTest {
|
||||
systemProperty("robolectric.classpath", robolectricClasspathProvider.get())
|
||||
}
|
||||
}
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -88,5 +88,3 @@ runtimeJar()
|
||||
sourcesJar()
|
||||
|
||||
javadocJar()
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -28,5 +28,3 @@ runtimeJar()
|
||||
sourcesJar()
|
||||
|
||||
javadocJar()
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -46,5 +46,3 @@ testsJar()
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -39,5 +39,3 @@ testsJar()
|
||||
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -32,5 +32,3 @@ sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
projectTest(parallel = true)
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -41,5 +41,3 @@ testsJar()
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -62,5 +62,3 @@ sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
projectTest(parallel = true)
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -71,5 +71,3 @@ projectTest {
|
||||
systemProperty("robolectric.classpath", robolectricClasspathProvider.get())
|
||||
}
|
||||
}
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -51,5 +51,3 @@ projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
useAndroidJar()
|
||||
}
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
@@ -33,5 +33,3 @@ runtimeJar()
|
||||
sourcesJar()
|
||||
|
||||
javadocJar()
|
||||
|
||||
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||
|
||||
Reference in New Issue
Block a user