jamesfredley opened a new issue, #555: URL: https://github.com/apache/grails-forge/issues/555
These changes are being reversed temporarily to restore the build for grails-forge. https://github.com/apache/grails-forge/actions/runs/14777395015 - the commit before https://github.com/apache/grails-forge/pull/551/files id 'com.gradle.develocity' version '4.0' id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1' One or both of these lead to the following error: ``` Could not determine the dependencies of task ':grails-cli:check'. > Could not create task ':grails-cli:test'. > No signature of method: org.gradle.api.tasks.testing.Test.retry() is applicable for argument types: (precompiled_OrgGrailsForgeInternalBaseModule$_run_closure13$_closure26) values: [precompiled_OrgGrailsForgeInternalBaseModule$_run_closure13$_closure26@4fd52beb] Possible solutions: every(), getAt(java.lang.String), every(groovy.lang.Closure), notify(), getAnt(), getAnt() ``` https://github.com/apache/grails-forge/actions/runs/14379511831/job/40319706799 Then to address that by adding https://plugins.gradle.org/plugin/org.gradle.test-retry you end up with: ``` Could not determine the dependencies of task ':grails-forge-cli:nativeCompile'. > class org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService$Inject cannot be cast to class org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService (org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService$Inject is in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader @512588d7; org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService is in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader @31d09ab) ``` Which appears to be: https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/706 We are also using older versions of micronaut dependencies. -- 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]
