From 62e23443b8ccc73a4a89b39765a7f51b4ffa82eb Mon Sep 17 00:00:00 2001 From: Scott Murphy Heiberg Date: Sat, 12 Oct 2024 12:52:16 -0700 Subject: [PATCH] Must be api dependency due to rest ast trasform on all controller artifacts --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb55f4f..45a46f8 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { api "org.grails.plugins:fields:$fieldsVersion" compileOnly 'org.codehaus.groovy:groovy' - compileOnly 'org.grails:grails-plugin-rest' + api 'org.grails:grails-plugin-rest' } grailsPublish {