From f63302feab7b00b32089818bd3dec7176f7041c5 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 {