From 69e7ea11167e1e3c4a3471f0072f54c27b77432c Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Thu, 12 Aug 2021 09:52:01 -0600 Subject: [PATCH] update publising --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad1ea19..6ee694c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id "eclipse-wtp" id "io.micronaut.application" version "${mnPluginVersion}" id "jacoco" - id "java" + id "java-library" id "maven-publish" } @@ -21,6 +21,10 @@ configurations { nshmp } +java { + withSourcesJar() +} + ext { libsDir = "libs" nshmpLib = "${libsDir}/nshmp-lib-artifacts" -- GitLab