Cole-Greer opened a new pull request, #3378: URL: https://github.com/apache/tinkerpop/pull/3378
It was noticed during the 3.8.1 release process that GLV github actions were failing due to missing Java modules. The GLV exclusions haven't been quite right since they were refactored a few months ago, which has only been hidden by the actions pulling stale SNAPSHOT's from maven central instead of using a locally installed cache. Removes gremlin-annotations from GLV exclusions as it is needed for gremlin-groovy, which is needed for gremlin-server Adds gremlin-coverage to GLV exclusions as it depends on gremlin-console and neo4j-gremlin which are already excluded. This PR is not intended to be merged until after the 3.8.1 release is complete. VOTE +1 -- 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]
