Skip to content
Snippets Groups Projects
Commit 7508910e authored by René Schöne's avatar René Schöne
Browse files

Working on 0.3.0

- remove standard publishing.publications block
parent 8f791393
Branches
No related tags found
No related merge requests found
Pipeline #13182 passed
......@@ -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)
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment