Add source files to artifact
This commit is contained in:
@@ -13,4 +13,8 @@ uploadArchives {
|
||||
repositories.mavenDeployer {
|
||||
repository(url: uri('.maven'))
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
from sourceSets.main.allSource
|
||||
}
|
||||
Reference in New Issue
Block a user