researchgate / gradle-release

gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
MIT License
863 stars 223 forks source link

Note auto commit if failOnCommitNeeded=false #326

Closed debuglevel closed 4 years ago

debuglevel commented 4 years ago

failOnCommitNeeded commits files automatically if set to false. Neither README nor plugin output does state this clearly.

TravisBuddy commented 4 years ago

Hey @debuglevel, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 5dc4c020-5b2e-11ea-b66e-89572c858fbd
debuglevel commented 4 years ago

Guess there's something broken on the Travis pipeline, as a change in README.md should not yield an error 🙈

debuglevel commented 4 years ago

Travis pipeline seems to request jfrog via HTTP, and jfrog can only be reached by HTTPS nowadays. Lovin' breaking changes.

debuglevel commented 4 years ago

Should work when PR #327 was merged.