Skip to content

Commit

Permalink
Update the Plugin descriptor to minimum Grails version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Nov 7, 2023
1 parent 37a8704 commit 4e6ec71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ import groovy.transform.CompileStatic
@CompileStatic
class InertiaGrailsPlugin extends Plugin {

def grailsVersion = "5.0.1 > *"
def grailsVersion = "6.0.0 > *"
def pluginExcludes = []
def title = "Grails Adapter for Inertia.js"
def author = "Mattias Reichel"
def authorEmail = "mattias.reichel@gmail.com"
def description = "Inertia server-side adapter for Grails"
def profiles = ['web']

def documentation = "https://github.com/matrei/inertia-grails-plugin#readme"
def license = "APACHE"
Expand Down

0 comments on commit 4e6ec71

Please sign in to comment.