Closed mduesterhoeft closed 6 years ago
@mduesterhoeft let's upgrade. I don't remember the details, but I doubt that axiom is the problem. Can you upgrade the bintray plugin to 1.8.0 as well? I think it's more related to bintray plugin and maven-publish woes. It could make sense to read latest bintray plugin docs and rewrite the publishing part.
With id 'pl.allegro.tech.build.axion-release' version '1.3.4'
./gradlew currentVersion
fails with
Execution failed for task ':currentVersion'.
> No service of type StyledTextOutputFactory available in ProjectScopeServices.
With id 'pl.allegro.tech.build.axion-release' version '1.8.1'
the task runs successfully.
I had problems creating a new release. The
restdocs-wiremock
artifact was published to bintray. But thewiremock-spring-boot-starter
was not. It could be that theaxion-release
plugin needs an upgrade to work with gradle 4. Let's check.@otrosien any thoughts/ideas on this?