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
No related branches found
No related tags found
1 merge request!29Resolve "Change JastAdd version to updated, packaged one"
Pipeline #13188 passed
......@@ -241,7 +241,8 @@ publishing {
publications {
//noinspection GroovyAssignabilityCheck
maven(MavenPublication) {
artifactId = 'ragconnect' as Publication
//noinspection GroovyAssignabilityCheck
artifactId = 'ragconnect'
//noinspection GroovyAssignabilityCheck
from components.java
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment