From f0298dfdbf7a4781db141720bc90c0ce89b0bfee Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Sun, 6 Mar 2022 12:08:37 +0100 Subject: [PATCH] first try to add jastadd files --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 3515a48..1372256 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { -- GitLab