reproducible builds with Gradle

This commit is contained in:
Zlatin Balevsky
2021-05-11 17:50:14 +00:00
parent 121cb2c94c
commit 8532103e64
14 changed files with 402 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ sourceSets {
}
dependencies {
compile project(':core')
providedCompile project(':core')
providedCompile project(':apps:jetty')
}
@@ -23,3 +23,7 @@ war {
from 'imagegen/webapp/src/main/webapp/index.html'
webXml = file('imagegen/webapp/src/main/webapp/WEB-INF/web.xml')
}
artifacts {
archives war
}