ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

upgrade versions #55

Closed mduesterhoeft closed 6 years ago

mduesterhoeft commented 6 years ago

I had problems creating a new release. The restdocs-wiremock artifact was published to bintray. But the wiremock-spring-boot-starter was not. It could be that the axion-release plugin needs an upgrade to work with gradle 4. Let's check.

@otrosien any thoughts/ideas on this?

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 93.333% when pulling 50c1d60e2012cba45ed23308f5a404cfe5cf5c69 on mduesterhoeft:fix-release-build into 3f8a7536e104a83eb930607299dbb47a427ca9a4 on ePages-de:master.

otrosien commented 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.

mduesterhoeft commented 6 years ago

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.

See https://stackoverflow.com/questions/42979195/gradle-sync-errorno-service-of-type-styledtextoutputfactory-available-in-projec

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 93.333% when pulling 1227bd671e276b0d381e2a53b672c5bc45e5c2a1 on mduesterhoeft:fix-release-build into 3f8a7536e104a83eb930607299dbb47a427ca9a4 on ePages-de:master.