Skip to content

Commit

Permalink
fix(deps): Set correct maven coords for grails-gsp
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Oct 17, 2024
1 parent 5a03501 commit 93ccd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ grails-bom = { module = 'org.grails:grails-bom', version.ref = 'grails' }
grails-core = { module = 'org.grails:grails-core' }
greenmail = { module = 'com.icegreen:greenmail', version.ref = 'greenmail' }
grails-docs = { module = 'org.grails:grails-docs' }
grails-gsp = { module = 'org.grails.plugins:gsp' }
grails-gsp = { module = 'org.grails:grails-gsp' }
grails-testing-support-core = { module = 'org.grails:grails-testing-support' }
grails-testing-support-web = { module = 'org.grails:grails-web-testing-support' }
grails-web-common = { module = 'org.grails:grails-web-common' }
Expand Down

0 comments on commit 93ccd16

Please sign in to comment.