You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the project uses a quite outdated version of maven wrapper (0.1.2). Current version is 0.5.3 (includes fixes for proxies, basic auth etc), see: https://github.com/takari/maven-wrapper
It is quiet easy to update, just execute:
mvn -N io.takari:maven:wrapper
The text was updated successfully, but these errors were encountered:
patrickfav
added a commit
to patrickfav/swagger-core
that referenced
this issue
Mar 10, 2019
This updates only the wrapper files NOT maven itself, which remains
at 3.5.3.
The wrapper can be updated with this command
mvn -N io.takari:maven:wrapper
Currently the project uses a quite outdated version of maven wrapper (0.1.2). Current version is 0.5.3 (includes fixes for proxies, basic auth etc), see: https://github.com/takari/maven-wrapper
It is quiet easy to update, just execute:
mvn -N io.takari:maven:wrapper
The text was updated successfully, but these errors were encountered: