This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257981

Summary: Grails3 Platform version detection should use gradle.properties
Product: groovy Reporter: ejaz_ahmed
Component: GrailsAssignee: bruno.flavio
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 206555    
Bug Blocks:    

Description ejaz_ahmed 2016-02-14 12:26:30 UTC
Grails3 provides gradle.properties file for platform version information. Grails3 platform detection should use this file now.
Comment 1 bruno.flavio 2016-09-11 11:17:25 UTC
This is the correct way to detect the Grails 3 version.

However, because this file resides inside the project we need to support a Grails version per project first ( #206555 ).