From c244d7e42a88105fbec5356030ed266f1af0811e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 5 May 2021 22:32:28 +0200 Subject: 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. --- buildSrc/src/main/kotlin/experiment-conventions.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildSrc') 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") } -- cgit v1.2.3