attempt to produce an I2P plugin

This commit is contained in:
Zlatin Balevsky
2019-07-11 19:49:04 +01:00
parent 0de84e704b
commit fa6aea1abe
5 changed files with 152 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ configurations {
runtimeClasspath {
extendsFrom developmentOnly
}
warArtifact
}
dependencies {
@@ -102,3 +103,7 @@ assets {
minifyJs = true
minifyCss = true
}
artifacts {
warArtifact war
}