Open nathanagood opened 4 days ago
Unfortunately recent release of the Groovy Eclipse Compiler aren't published to central. You can find documentation about the project: https://github.com/groovy/groovy-eclipse/wiki/groovy-eclipse-maven-plugin
I understand. Perhaps someone could document the last known tag that works with -Dpublic
so we don't have to find it by trial and error?
I am trying to build using the command
./mvn clean install -Dpublic
as mentioned in the documentation here: https://github.com/sonatype/nexus-public?tab=readme-ov-file#building-from-source on tagrelease-3.74.0-05
. I get the following error:The project that fails is
nexus-testsupport
:I would expect the Maven project to build successfully.