File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ 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-
3634ext {
3735 isCiBuild = project. hasProperty(" isCiBuild" ) || System . getenv(). get(" CI" ) as Boolean
3836 isBuildSnapshot = project. version. endsWith(" -SNAPSHOT" )
@@ -96,15 +94,11 @@ tasks.withType(Groovydoc) {
9694 classpath + = configurations. documentation
9795}
9896
99- publishGuide {
97+ docs {
10098 dependsOn groovydoc
10199 sourceDir = project. file(' src/docs' )
102100}
103101
104- tasks. register(' docs' ) { task ->
105- task. dependsOn groovydoc, publishGuide
106- }
107-
108102nexusPublishing {
109103 repositories {
110104 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-SNAPSHOT "
10+ grace-framework = " 2024.0.0-M1 "
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