jonnybot0 opened a new pull request, #279: URL: https://github.com/apache/groovy-geb/pull/279
Doing some work here to prepare for the 8.0 release. The big change here is that the `publishJarsAndManual` task had been removed from most of the modules by f2a951fb53f73700df4c3b4a613b8c67369715f. I suspect this was inadvertent. The result of this was that while our snapshot build was running, it wasn't actually publishing anything. See https://ci-builds.apache.org/job/Groovy/job/Geb%20snapshot%20build/lastBuild/console and the publication dates at https://repository.apache.org/content/repositories/snapshots/org/apache/groovy/geb/ for confirmation of this. I did a local test publication of the [geb-waiting module](https://repository.apache.org/content/repositories/snapshots/org/apache/groovy/geb/geb-waiting/) to verify that this change worked correctly. Compare the results of `./gradlew publishJarsAndManual --dry-run` with master for further confirmation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
