summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/kotlin
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-05 22:32:28 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-06 14:04:05 +0200
commitc244d7e42a88105fbec5356030ed266f1af0811e (patch)
treeed81a7d00f912c624cd13177a277f0c1768aa06a /buildSrc/src/main/kotlin
parentd22a757a86107ee35a64e1eb23282770cdd901dd (diff)
build: Prevent publishing application modules
This change updates the Gradle build configuration so that the application modules (as opposed the libraries) are not published onto Maven Central.
Diffstat (limited to 'buildSrc/src/main/kotlin')
-rw-r--r--buildSrc/src/main/kotlin/experiment-conventions.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts b/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts
index 580f67cb..26780205 100644
--- a/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts
+++ b/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts
@@ -23,8 +23,8 @@ import gradle.kotlin.dsl.accessors._9bf86420fccbde1948375f641de89b70.sourceSets
*/
plugins {
- `java-library`
distribution
+ id("kotlin-conventions")
id("com.github.johnrengelman.shadow")
}