Skip to content

Commit fb32138

Browse files
committed
Back to Grace Doc 2024.0.0-M1
1 parent cf8cb07 commit fb32138

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

build.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
3634
ext {
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-
108102
nexusPublishing {
109103
repositories {
110104
sonatype {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ehcache = "2.10.6"
77
embedmongo = "4.21.0"
88
glassfish-expressly = "5.0.0"
99
grace-data = "2024.0.0-M1"
10-
grace-framework = "2024.0.0-SNAPSHOT"
10+
grace-framework = "2024.0.0-M1"
1111
grace-gradle = "2024.0.0-M1"
1212
groovy = "4.0.29"
1313
h2 = "2.3.232"

0 commit comments

Comments
 (0)