From 5c3c68635ed53525c6a654463831516a549b24d6 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Sun, 6 Mar 2022 19:18:04 +0100
Subject: [PATCH] try to add sources as artifact

---
 build.gradle | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 417c07c..0eff5c1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -234,9 +234,7 @@ publishing {
         maven(MavenPublication) {
             artifactId = 'preprocessor'
             from components.java
-        }
-        maven(MavenPublication) {
-            artifactId = 'preprocessor-jastadd'
+            artifact jss
         }
     }
     repositories {
-- 
GitLab