This commit is contained in:
zab2
2017-11-03 00:33:09 +00:00
parent d3cdf3c7d7
commit 6cd560ff1b

View File

@ -39,7 +39,7 @@ task tempBeansJar(type: Jar) {
}
task uiJar(type: Jar) {
baseName = 'i2ptunnel-ui.jar'
baseName = 'i2ptunnel-ui'
from sourceSets.main.output
include '**/ui/*.class'
manifest {