Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
by temporarily using fix in fork
  • Loading branch information
keeganwitt committed Nov 26, 2023
1 parent 09bbff9 commit 3bdc22d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/micronaut-joint-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.8.x

- name: Checkout Micronaut Groovy
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 3.5.x
# Temporarily use fork until the Gradle build is fixed on upstream branch
# run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 3.5.x
run: cd .. && git clone --depth 1 https://github.com/groovy/micronaut-groovy -b 3.5.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 3bdc22d

Please sign in to comment.