From 7508910e07adffc281bf6b0cc5f97732bbd0f77e Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Thu, 24 Mar 2022 10:38:00 +0100
Subject: [PATCH] Working on 0.3.0

- remove standard publishing.publications block
---
 build.gradle | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index b5f245e..249fe11 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,13 +54,6 @@ task setDevVersionForCI() {
 }
 
 publishing {
-    publications {
-        maven(MavenPublication) {
-//            groupId = "org.jastadd.preprocessor"
-//            artifactId = "testing"
-            from components.java
-        }
-    }
     repositories {
         maven {
             url "https://git-st.inf.tu-dresden.de/api/v4/projects/$System.env.CI_PROJECT_ID/packages/maven"
@@ -72,6 +65,5 @@ publishing {
                 header(HttpHeaderAuthentication)
             }
         }
-
     }
 }
-- 
GitLab