jamesfredley commented on code in PR #14093: URL: https://github.com/apache/grails-core/pull/14093#discussion_r2023068828
########## grails-core/build.gradle: ########## @@ -1,10 +1,23 @@ +plugins { + id 'groovy' + id 'java-library' + id 'project-report' +} + +version = projectVersion +group = 'org.grails' + dependencies { + + implementation platform(project(':grails-bom')) + compileOnly "org.aspectj:aspectjrt", "org.aspectj:aspectjweaver" api "jakarta.inject:jakarta.inject-api" api "jakarta.persistence:jakarta.persistence-api" api "jakarta.annotation:jakarta.annotation-api" implementation "com.github.ben-manes.caffeine:caffeine" + api "org.apache.groovy:groovy:$groovyVersion" Review Comment: These surprised me, but they were in the POMs and did not cause version issues so we are fine. -- 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: commits-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org