blob: f355a2d163aec35e8785ff73df2ca1d37a6f7618 [file] [log] [blame]
// add the build task 'clean'
apply plugin: 'base'
// add the build task 'dockerize'
apply plugin: "com.eclipsesource.dockerizor"
dockerizor {
repository = 'virgo-recipe/taglibs-runtime'
maintainer = 'Florian Waibel <fwaibel@eclipsesource.com>'
description = 'Virgo Recipe taglibs (runtime-only) created with Gradle Plugin: com.eclipsesource.dockerizor'
javaImage = 'java:openjdk-8u72-jre'
createLocalCopy = true
virgoFlavour = 'VTS'
virgoVersion = 'latest'
removeAdminConsole = false
}
repositories {
mavenCentral()
}