This project contains additional code checkers for Groovy programming language.
compileOnly 'com.agorapulse:groovy-code-checks-gorm:0.9.1'
The Groovy Code Check for GORM finds the usages of GORM instance and static API on an entity such as save() to enforce usage of GORM Data Services.
save()
Javadoc
Source