Skip to content

Commit

Permalink
Bump micronaut-groovy to 4.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed May 12, 2024
1 parent 6886215 commit 2121e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/micronaut-joint-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.4.x

- name: Checkout Micronaut Groovy
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 4.1.x
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 4.3.x

- name: Build and install groovy (no docs)
run: ./gradlew --no-build-cache --no-daemon --no-scan clean install -x asciidoc -x docGDK -x groovydoc -x javadoc -x javadocAll -x groovydocAll
Expand Down

0 comments on commit 2121e37

Please sign in to comment.