Skip to content

Commit

Permalink
Remove @PluginSource on GebGrailsPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Oct 1, 2024
1 parent b850719 commit 977a791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/groovy/geb/GebGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package geb

import grails.plugins.Plugin
import grails.plugins.metadata.PluginSource
import groovy.transform.CompileStatic

@PluginSource
@CompileStatic
class GebGrailsPlugin extends Plugin {

def grailsVersion = "2023.0.0 > *"
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand All @@ -21,4 +20,5 @@ Plugin that adds Geb functional testing code generation features.
def license = "APACHE"
def issueManagement = [system: "Github Issues", url: "https://github.com/graceframework/grace-geb"]
def scm = [url: "https://github.com/graceframework/grace-geb"]

}

0 comments on commit 977a791

Please sign in to comment.