bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 63 forks source link

Compatibility with Gradle 6.0 + fixes #196 #197

Closed ulk200 closed 4 years ago

ulk200 commented 4 years ago

(related to https://codehaus-cargo.atlassian.net/browse/CARGO-1482)

martin-linha commented 4 years ago

The original problem still remains as there is still a bug in the ANT plugin of Cargo. The fix is already merged in Cargo, however there is no release at the moment. Thus, I recommend to not merge this pull request and wait for release of https://github.com/codehaus-cargo/cargo/pull/126 .

ulk200 commented 4 years ago

You mean the gradle.bat file ? I tried but there was no diff between the files after reverting it, it should work as is (it may be the "autocrlf" setting but i need more time to dig into this)

bmuschko commented 4 years ago

You mean the gradle.bat file ?

Correct.

bmuschko commented 4 years ago

I just made the relevant changes myself to finalize the process. Will release a new version soon.