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

use packaged dependencies

- artifactId must be a simple string
parent 8e070492
Branches
Tags
1 merge request!29Resolve "Change JastAdd version to updated, packaged one"
Pipeline #13188 passed
...@@ -241,7 +241,8 @@ publishing { ...@@ -241,7 +241,8 @@ publishing {
publications { publications {
//noinspection GroovyAssignabilityCheck //noinspection GroovyAssignabilityCheck
maven(MavenPublication) { maven(MavenPublication) {
artifactId = 'ragconnect' as Publication //noinspection GroovyAssignabilityCheck
artifactId = 'ragconnect'
//noinspection GroovyAssignabilityCheck //noinspection GroovyAssignabilityCheck
from components.java from components.java
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment