hibernate-reactive
hibernate-reactive copied to clipboard
Re-enable CI Job with latest Vert.x snapshots
you can try with:
<repository> <id>sonatype-s01-snapshots</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> </repository>Or
repositories { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' } }