diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-05 22:32:28 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-06 14:04:05 +0200 |
| commit | c244d7e42a88105fbec5356030ed266f1af0811e (patch) | |
| tree | ed81a7d00f912c624cd13177a277f0c1768aa06a /buildSrc/src/main | |
| parent | d22a757a86107ee35a64e1eb23282770cdd901dd (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')
| -rw-r--r-- | buildSrc/src/main/kotlin/experiment-conventions.gradle.kts | 2 |
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") } |
