branch: elpa/projectile
commit 4fe6b464db5409c6e11c7ce708d72519a69d9084
Author: Lawrence Liu <22554+xq...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Change Grails app project filename to application.yml (#1770)
    
    As per grails new version (version 4 and 5), the configuration file name 
has been change to application.yml from application.properties.
---
 projectile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectile.el b/projectile.el
index a70a8021f3..4330fbf73a 100644
--- a/projectile.el
+++ b/projectile.el
@@ -3204,8 +3204,8 @@ a manual COMMAND-TYPE command is created with
                                   :compile "./gradlew build"
                                   :test "./gradlew test"
                                   :test-suffix "Spec")
-(projectile-register-project-type 'grails '("application.properties" 
"grails-app")
-                                  :project-file "application.properties"
+(projectile-register-project-type 'grails '("application.yml" "grails-app")
+                                  :project-file "application.yml"
                                   :compile "grails package"
                                   :test "grails test-app"
                                   :test-suffix "Spec")

Reply via email to