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 - Grails3 Platform version detection should use gradle.properties
Summary: Grails3 Platform version detection should use gradle.properties
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on: 206555
Blocks:
  Show dependency tree
 
Reported: 2016-02-14 12:26 UTC by ejaz_ahmed
Modified: 2016-09-11 11:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ).