yakworks.etl.GormEtlGrailsPlugin.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gorm-etl Show documentation
Show all versions of gorm-etl Show documentation
gorm-tools CSV reader helpers
/*
* Copyright 2020 Yak.Works - Licensed under the Apache License, Version 2.0 (the "License")
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
package yakworks.etl
import grails.plugins.Plugin
@SuppressWarnings(['Indentation'])
class GormEtlGrailsPlugin extends Plugin {
def loadAfter = ['gorm-tools']
def pluginExcludes = ["**/init/**"]
Closure doWithSpring() { { ->
} }
}