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

@@ -143,4 +143,8 @@ mainPom.withXml { provider ->
dep.appendNode('groupId', 'com.github.boukefalos')
dep.appendNode('artifactId', 'jlibloader')
dep.appendNode('version', '0.2')
}
jar {
from sourceSets.main.allSource
}