wttech / cogboard

CogBoard is a tool that provides your team with a continuous information about your IT project delivery status
https://github.com/wttech/cogboard/wiki
Apache License 2.0
16 stars 9 forks source link

Use `io.knotx.distribution` Gradle plugin #43

Closed tomaszmichalak closed 4 years ago

tomaszmichalak commented 5 years ago

Is your feature request related to a problem? Please describe.

Knot.x Distribution Gradle plugin (io.knotx.distribution) allows to easily download Knot.x distribution (Knot.x Stack) with all dependencies and integrate them with custom modules.

Describe the solution you'd like Use the io.knotx.distribution plugin instead of gradle/distribution.gradle.kts. Please check Knot.x Starter Kit as a reference.

Please check lines:

tasks.register("prepareDocker") {
    dependsOn("cleanDistribution", "overwriteCustomFiles", "copyDockerfile")
}

Additional context Improvements can be added with next versions of the plugin.

szymon-owczarzak commented 5 years ago

Thanks @tomaszmichalak, do You think if this is still valid if we have custom changes in gradle/distribution.gradle.kts ?

szymon-owczarzak commented 4 years ago

Implemented