File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 25
25
build :
26
26
strategy :
27
27
fail-fast : true
28
- matrix :
29
- os : [ubuntu-latest]
30
- runs-on : ${{ matrix.os }}
28
+ runs-on : ubuntu-latest
31
29
env :
32
30
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
33
31
steps :
@@ -45,10 +43,10 @@ jobs:
45
43
46
44
# Clone Micronaut Repos
47
45
- name : Checkout Micronaut Core
48
- run : cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.0 .x
46
+ run : cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.4 .x
49
47
50
48
- name : Checkout Micronaut Groovy
51
- run : cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b master
49
+ run : cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 4.1.x
52
50
53
51
- name : Build and install groovy (no docs)
54
52
run : ./gradlew --no-build-cache --no-daemon --no-scan clean install -x asciidoc -x docGDK -x groovydoc -x javadoc -x javadocAll -x groovydocAll
You can’t perform that action at this time.
0 commit comments