reapply docker plugin for building corda docker images (#5437)

This commit is contained in:
Stefano Franz 2019-09-05 12:02:51 +00:00 committed by GitHub
parent 74e44eb1ee
commit d10c74cbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ import java.time.format.DateTimeFormatter
apply plugin: 'kotlin'
apply plugin: 'application'
apply plugin: 'com.bmuschko.docker-remote-api'
// We need to set mainClassName before applying the shadow plugin.
mainClassName = 'net.corda.core.ConfigExporterMain'
apply plugin: 'com.github.johnrengelman.shadow'