Skip to content

Commit

Permalink
Update to Grails 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jul 24, 2023
1 parent 210ff43 commit 928f7b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
with:
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository docs
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg docs
- name: Upload CLI Zip
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ micronautDocsVersion=2.0.0
micronautVersion=3.9.4
rockerVersion=1.3.0
groovyVersion=3.0.17
grailsVersion=6.0.0-SNAPSHOT
grailsVersion=6.0.0
spockVersion=2.0-groovy-3.0
title=Grails Application Forge
projectDesc=Generates Grails applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GrailsGradlePluginSpec extends BeanContextSpec implements CommandOutputFix

then:
gradleProps.contains("grailsGradlePluginVersion=6.0.0")
gradleProps.contains("grailsVersion=6.0.0-SNAPSHOT")
gradleProps.contains("grailsVersion=6.0.0")
}

void "test dependencies are present for buildSrc"() {
Expand Down

0 comments on commit 928f7b1

Please sign in to comment.