Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit db600f4

Browse files
committed
Configure script example to use publish snapshot with sdkmanrc settings
1 parent e1ed4c4 commit db600f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sample-apps/gsp/script/.sdkmanrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java=21.0.4-jbr
2+
springboot=2.7.18

sample-apps/gsp/script/app.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@GrabResolver(name='grails-repo', root='https://repo.grails.org/grails/core/')
12
@Grab("org.grails:grails-gsp-spring-boot:6.2.2-SNAPSHOT")
23

34
import grails.gsp.TagLib

0 commit comments

Comments
 (0)