Add source files to artifact

This commit is contained in:
2014-11-23 20:49:18 +00:00
parent 6868988681
commit ad96daeaba

View File

@@ -13,4 +13,8 @@ uploadArchives {
repositories.mavenDeployer {
repository(url: uri('.maven'))
}
}
jar {
from sourceSets.main.allSource
}