Skip to content

Commit

Permalink
Configure script example to use publish snapshot with sdkmanrc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 11, 2024
1 parent e1ed4c4 commit db600f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample-apps/gsp/script/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java=21.0.4-jbr
springboot=2.7.18
1 change: 1 addition & 0 deletions sample-apps/gsp/script/app.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@GrabResolver(name='grails-repo', root='https://repo.grails.org/grails/core/')
@Grab("org.grails:grails-gsp-spring-boot:6.2.2-SNAPSHOT")

import grails.gsp.TagLib
Expand Down

0 comments on commit db600f4

Please sign in to comment.