Skip to content

Commit

Permalink
Merge pull request #1 from mamsterla/master
Browse files Browse the repository at this point in the history
Minimize configuration for plugins
  • Loading branch information
vsachinv authored Jul 19, 2017
2 parents cd2194e + 62bc18b commit 2556551
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 130 deletions.
130 changes: 0 additions & 130 deletions grails-app/conf/application.groovy

This file was deleted.

9 changes: 9 additions & 0 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
grails:
profile: web-plugin
codegen:
defaultPackage: 'grails.plugins.csv'
info:
app:
name: '@info.app.name@'
version: '@info.app.version@'
grailsVersion: '@info.app.grailsVersion@'

0 comments on commit 2556551

Please sign in to comment.