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

Testing variant publishing

- use other artifactId when on java8
parent 1342ae75
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ jastadd { ...@@ -217,7 +217,7 @@ jastadd {
publishing { publishing {
publications { publications {
maven(MavenPublication) { maven(MavenPublication) {
artifactId = Project.getName() + (JavaVersion.current() == JavaVersion.VERSION_1_8 ? '-java8' : '') artifactId = project.getName() + (JavaVersion.current() == JavaVersion.VERSION_1_8 ? '-java8' : '')
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