jdaugherty opened a new issue, #343:
URL: https://github.com/apache/grails-intellij-plugin/issues/343

   without this GrailsCompileStatic annotation, version <boolean> is not 
recognized as valid and gives a warning.
   
   Project ist with Grails 3.2.10
   ```
   package de.equeo.requestcode
   
   import grails.compiler.GrailsCompileStatic
   
   @GrailsCompileStatic
   class Feature {
   
       String name
   
       static mapping = {
           table 'rq_feature'
           version false
           autoTimestamp false
       }
   
   }
   ```
   IU-183.5153.38, JRE 1.8.0_152-release-1343-b26x64 JetBrains s.r.o, OS Mac OS 
X(x86_64) v10.14.2, screens 1920x1200
   
   ---
   
   *Imported from 
[IDEA-206196](https://youtrack.jetbrains.com/issue/IDEA-206196) · Type: Bug · 
Votes: 8*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to