eclipse-vertx / vertx-junit5

Testing Vert.x applications with JUnit 5
Apache License 2.0
44 stars 32 forks source link

Use the Google Maven repository for CI/CD #107

Closed jponge closed 3 years ago

jponge commented 3 years ago

Also moved settings files to .github/ and split into 1 for CD and 1 for CI.

jponge commented 3 years ago

The ECA check is wrong, the commit is with my Red Hat email so... 🙄

jponge commented 3 years ago

@vietj Here's how we can use the Google Maven repository and reduce the likeliness of download failures in CI.

I've split the settings file in 2, where 1 has secrets and the other doesn't, I think it's always safer to limit the exposition surface of secrets.