Skip to content

Commit

Permalink
Apply grace-plugin to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 17, 2024
1 parent 59ee60a commit 3ef4817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
// mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
maven { url "https://plugins.gradle.org/m2/" }
Expand Down Expand Up @@ -54,6 +55,7 @@ subprojects { project->
}

repositories {
// mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
}
Expand Down
3 changes: 2 additions & 1 deletion json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.grails.gradle.plugin.web.gsp.GroovyPageCompileTask

buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
Expand All @@ -15,7 +16,7 @@ buildscript {

group "org.graceframework.plugins"

apply plugin: "org.graceframework.grace-gsp"
apply plugin: "org.graceframework.grace-plugin"
apply plugin: "io.spring.dependency-management"

dependencyManagement {
Expand Down
3 changes: 2 additions & 1 deletion markup/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
// mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
Expand All @@ -15,7 +16,7 @@ ext {

group "org.graceframework.plugins"

apply plugin: "org.graceframework.grace-gsp"
apply plugin: "org.graceframework.grace-plugin"

dependencyManagement {
imports {
Expand Down

0 comments on commit 3ef4817

Please sign in to comment.