matrei opened a new issue, #15596:
URL: https://github.com/apache/grails-core/issues/15596
When updating `org.apache.grails.gradle:grails-publish` to `1.0.0-SNAPSHOT`,
the Gradle build fails during initialization with an error like:
```console
Error resolving plugin [id: 'com.gradle.develocity', version: '4.3.2']
> Could not resolve all artifacts for configuration 'classpath'.
> Could not find org.apache.grails.gradle:grails-publish:1.0.0-SNAPSHOT.
Searched in the following locations:
-
https://plugins.gradle.org/m2/org/apache/grails/gradle/grails-publish/1.0.0-SNAPSHOT/maven-metadata.xml
-
https://plugins.gradle.org/m2/org/apache/grails/gradle/grails-publish/1.0.0-SNAPSHOT/grails-publish-1.0.0-SNAPSHOT.pom
Required by:
settings file 'grails-gradle/settings.gradle' > project
:build-logic-root:build-logic
```
The problem is not that the artifact is missing, but that the repository is
configured too late in the bootstrap sequence.
--
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]