hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

Re-enable CI Job with latest Vert.x snapshots

Open DavideD opened this issue 2 years ago • 0 comments

Snapshots should be here:

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'
  }
}

DavideD avatar Jun 16 '23 08:06 DavideD