Closed jdaugherty closed 1 month ago
@jamesfredley this was my initial pass at merging my changes to support grails 6. Once we have an initial review done, I'll iterate on the build actions to get them working end-to-end.
Per discussion, the testapp-profile was used as part of the old travis CI testing. It looks like the test run there used to:
Other than generating the grails apps, I can't see where those apps were ever used. I assume they were used for manual testing. It also looks like past github CI's only ever ran gradle check
and published all of the gradle projects except spring-security-rest-testapp-profile
.
Running gradle build
at the root will treat the testapp-profile as a grails project - likely because grails-shell was originally removed in later versions of grails. This build will fail due to the same reason https://github.com/grails/grails-gradle-plugin/pull/316 was created. For now, I'm going to remove the gradle project spring-security-rest-testapp-profile
since we haven't tested with it since 2020 and because there are old secrets for APIs that aren't even valid anymore.
We can always restore this subproject later if we get profiles working correctly.
Updating to Grails 6.1.1.