Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Sep 16, 2023
1 parent 5a7a1b0 commit c5189f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ task editProjectArtificat (type:Exec) {
dependsOn 'fetchGrailsSource'
executable "bash"
if (explicitGrailsHome) {
args "-i", 'sed -i "s/^projectVersion.*$/projectVersion=6.0.0-M2/" ' + explicitGrailsHome + '/gradle.properties'
args "-i", 'sed -i "s/^projectVersion.*$/projectVersion=6.0.0/" ' + explicitGrailsHome + '/gradle.properties'
} else {
args "-i", 'sed -i "s/^projectVersion.*$/projectVersion=6.0.0-M2/" ' + checkOutDir + "/grails-src/gradle.properties"
args "-i", 'sed -i "s/^projectVersion.*$/projectVersion=6.0.0/" ' + checkOutDir + "/grails-src/gradle.properties"
}
}

Expand Down Expand Up @@ -119,8 +119,6 @@ asciidoctor {
'linkcss' : 'true',
'docinfo1' : '',
'toc' : 'left',
// stylesdir: "${projectDir}/resources/css",
// stylesheet: 'style.css',
'version' : project.version,
'sourcedir' : "$checkOutDir/grails-src"
}
Expand Down Expand Up @@ -166,6 +164,7 @@ task publishGuide(type: grails.doc.gradle.PublishGuide, dependsOn: ['apiDocs', '
'springBootReference' :"https://docs.spring.io/spring-boot/docs/${springBootVersion}/reference",
'springBootVersion': project.springBootVersion,
'springVersion': project.springVersion,
'gradleVersion': project.gradleVersion
]
macros = [ new grails.doc.macros.GspTagSourceMacro(searchDirs) ]
}
Expand Down

0 comments on commit c5189f1

Please sign in to comment.