File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ plugins {
2727 id ' signing'
2828 id ' eclipse'
2929 id ' idea'
30- alias libs. plugins. grace. doc
30+ // alias libs.plugins.grace.doc
3131 alias libs. plugins. gradle. nexus. publish
3232}
3333
34+ apply plugin : ' org.graceframework.grace-doc'
35+
3436ext {
3537 isCiBuild = project. hasProperty(" isCiBuild" ) || System . getenv(). get(" CI" ) as Boolean
3638 isBuildSnapshot = project. version. endsWith(" -SNAPSHOT" )
@@ -94,11 +96,15 @@ tasks.withType(Groovydoc) {
9496 classpath + = configurations. documentation
9597}
9698
97- docs {
99+ publishGuide {
98100 dependsOn groovydoc
99101 sourceDir = project. file(' src/docs' )
100102}
101103
104+ tasks. register(' docs' ) { task ->
105+ task. dependsOn groovydoc, publishGuide
106+ }
107+
102108nexusPublishing {
103109 repositories {
104110 sonatype {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ehcache = "2.10.6"
77embedmongo = " 4.21.0"
88glassfish-expressly = " 5.0.0"
99grace-data = " 2024.0.0-M1"
10- grace-framework = " 2024.0.0-M1 "
10+ grace-framework = " 2024.0.0-SNAPSHOT "
1111grace-gradle = " 2024.0.0-M1"
1212groovy = " 4.0.29"
1313h2 = " 2.3.232"
You can’t perform that action at this time.
0 commit comments