Skip to content
Snippets Groups Projects
Commit 69e7ea11 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update publising

parent c28885d5
No related branches found
No related tags found
2 merge requests!128Production Release | nshmp-ws,!125update publishing
...@@ -8,7 +8,7 @@ plugins { ...@@ -8,7 +8,7 @@ plugins {
id "eclipse-wtp" id "eclipse-wtp"
id "io.micronaut.application" version "${mnPluginVersion}" id "io.micronaut.application" version "${mnPluginVersion}"
id "jacoco" id "jacoco"
id "java" id "java-library"
id "maven-publish" id "maven-publish"
} }
...@@ -21,6 +21,10 @@ configurations { ...@@ -21,6 +21,10 @@ configurations {
nshmp nshmp
} }
java {
withSourcesJar()
}
ext { ext {
libsDir = "libs" libsDir = "libs"
nshmpLib = "${libsDir}/nshmp-lib-artifacts" nshmpLib = "${libsDir}/nshmp-lib-artifacts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment