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

Commit fc30939

Browse files
committed
Apply grails-gradle-plugin
1 parent 2b4bdb0 commit fc30939

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

grails-gsp-spring-boot/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
buildscript {
2+
ext {
3+
grailsVersion = '6.2.1'
4+
}
25
repositories {
36
maven { url = 'https://repo.grails.org/grails/core' }
47
}
@@ -11,10 +14,10 @@ plugins {
1114
id 'java-library'
1215
}
1316

17+
apply plugin: 'org.grails.grails-plugin'
1418
apply plugin: "org.grails.internal.grails-plugin-publish"
1519

1620
dependencies {
17-
implementation platform("org.grails:grails-bom:6.2.1")
1821
api "org.sitemesh:grails-plugin-sitemesh3:6.2.0"
1922
compileOnly "javax.servlet.jsp:javax.servlet.jsp-api:2.3.3"
2023
}

0 commit comments

Comments
 (0)