Removing evm from distribution packages (#64)

Lucas Saldanha 6 years ago committed by GitHub
parent 10df5b88a4
commit b3935da510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build.gradle

@ -297,12 +297,6 @@ task createEVMToolApp(type: CreateStartScripts) {
classpath = startScripts.classpath
}
applicationDistribution.into("bin") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from(createEVMToolApp)
fileMode = 0755
}
distributions {
main {
contents {

Loading…
Cancel
Save