Build: Gradle fixes

Add resources to jars and wars
remove .jsi and .jsp files from wars
remove classes that are in jars from the wars for apps that have both
compile jsps in routerconsole.war
build routerconsole.jar
This commit is contained in:
zzz
2021-01-01 10:17:00 -05:00
parent 13bd5e4938
commit 46fe1ba74a
7 changed files with 72 additions and 7 deletions

View File

@@ -73,6 +73,9 @@ jar {
attributes 'Implementation-Title': 'I2P Java Core API'
attributes 'Main-Class': 'net.i2p.util.CommandLine'
}
from ('resources', {
into "net/i2p/util/resources"
})
}
configurations {