Skip to content
Snippets Groups Projects
Commit f7ad95c2 authored by Johannes Mey's avatar Johannes Mey
Browse files

next try

parent 5c3c6863
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ task JssSourceJar(type: Jar) { ...@@ -59,7 +59,7 @@ task JssSourceJar(type: Jar) {
} }
artifacts { artifacts {
jss JssSourceJar archives JssSourceJar
} }
File genSrc = file("src/gen/java") File genSrc = file("src/gen/java")
...@@ -234,7 +234,7 @@ publishing { ...@@ -234,7 +234,7 @@ publishing {
maven(MavenPublication) { maven(MavenPublication) {
artifactId = 'preprocessor' artifactId = 'preprocessor'
from components.java from components.java
artifact jss artifact JssSourceJar
} }
} }
repositories { repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment