Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 533 Bytes

BUILD.md

File metadata and controls

18 lines (12 loc) · 533 Bytes

How-To build dockerizor

We use Gradle to build the Gradle Plugin dockerizor.

::::sh
$ git clone https://github.com/eclipsesource/dockerizor.git
$ cd dockerizor
$ ./gradlew build

Publish the plugin to your local Maven repository.

::::sh
$ ./gradlew clean build publishToMavenLocal

Publish the plugin to Gradle Plugins

::::sh
$ ./gradlew clean build publishPlugins