Skip to content

Commit

Permalink
bump to grails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrichardsone committed Jan 16, 2024
1 parent 135ee30 commit f01b97b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
classpath "org.grails.plugins:views-json:$viewsJsonVersion"
classpath "org.grails:grails-docs:${project.ext.properties.grailsDocsVersion ?: grailsVersion}"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
classpath "org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
}
}

Expand All @@ -19,7 +20,7 @@ repositories {
version project.projectVersion

ext {
commonBuild = 'https://raw.githubusercontent.com/grails/grails-common-build/v2.0.0'
commonBuild = 'https://raw.githubusercontent.com/grails/grails-common-build/master'
}

subprojects {
Expand Down
4 changes: 3 additions & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ dependencies {
documentation "org.codehaus.groovy:groovy-groovydoc:$groovyVersion"
}

apply from: "${commonBuild}/common-docs.gradle"

apply from: "${commonBuild}/common-docs.gradle"

0 comments on commit f01b97b

Please sign in to comment.