Build sources jar

This commit is contained in:
Timo Ley 2020-01-19 15:00:12 +01:00
parent fef9aa2a45
commit c33a336a73
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ dependencies {
compile group: 'com.github.briandilley.jsonrpc4j', name: 'jsonrpc4j', version: '1.5.3'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
task sourcesJar(type: Jar) {
from sourceSets.main.allJava
}