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

first try to add jastadd files

parent e4820527
Branches
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@ dependencies {
testFixturesApi group: 'commons-io', name: 'commons-io', version: '2.8.0'
}
def jastaddSourceArtifact = artifacts.add('archives', file('src/main/jastadd')) {
// TODO configure?
}
jar {
archiveAppendix = "base"
}
......@@ -214,6 +218,7 @@ publishing {
maven(MavenPublication) {
artifactId = 'preprocessor'
from components.java
artifact jastaddSourceArtifact
}
}
repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment