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

Testing variant publishing

- use other artifactId when on java8
parent e4f8687d
Branches
No related tags found
No related merge requests found
......@@ -217,6 +217,8 @@ jastadd {
publishing {
publications {
maven(MavenPublication) {
artifactId = Project.getName() + (JavaVersion.current() == JavaVersion.VERSION_1_8 ? '-java8' : '')
from components.java
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment