Skip to content

Re-enable CI Job with latest Vert.x snapshots #1672

Open
@DavideD

Description

@DavideD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingImprovements to test suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions