From f77e99e817002f1666fda4f0133ba26121c7c44e Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 14 Mar 2024 12:21:48 +0100 Subject: [PATCH] build: Publish sources --- build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 2edf5ce..a343a48 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,6 +61,8 @@ kotlin { java { targetCompatibility = JavaVersion.VERSION_11 + + withSourcesJar() } publishing {