The GitHub Actions job "CI" on grails-intellij-plugin.git/main has failed. Run started by GitHub user jdaugherty (triggered by jdaugherty).
Head commit for run: 6d4c20f4acf8c6c98de4b6c169b5e33381460a9c / James Daugherty <[email protected]> Avoid RepositoryTestLibrary descriptor in GspHighlighting/GrailsEnhances on 2026.2 Both extended LightGroovyTestCase with a LibraryLightProjectDescriptor (GROOVY_2_1 / GrailsProjectDescriptor's LIB_GROOVY_LATEST). Since 2026.2 that RepositoryTestLibrary-backed descriptor fails to initialize the light project ("Cannot find IntelliJ IDEA project files"). Grails GSP/trait/artifact support is provided by the plugin, not a downloaded Groovy jar, so use the plain Mock JDK 11 descriptor instead: - GspHighlightingTest: override getProjectDescriptor() -> MOCK_JDK_11 - GrailsProjectDescriptor: extend DefaultLightProjectDescriptor(MockJdk11), keeping the grails-app/controllers source root so @Enhances("Controller") injection still applies. Report URL: https://github.com/apache/grails-intellij-plugin/actions/runs/29689090183 With regards, GitHub Actions via GitBox
