Add java source files to artifact

This commit is contained in:
2014-11-29 13:35:48 +00:00
parent 8e9f52b8e4
commit 4ba758e7ec

View File

@@ -144,3 +144,7 @@ mainPom.withXml { provider ->
dep.appendNode('artifactId', 'jlibloader')
dep.appendNode('version', '0.2')
}
jar {
from sourceSets.main.allSource
}