File tree 7 files changed +11
-8
lines changed
7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/cache@v2.1.7
15
+ - uses : actions/cache@v3
16
16
with :
17
17
path : ~/.gradle/caches
18
18
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 29
29
sudo apt-get clean
30
30
df -h
31
31
- uses : actions/checkout@v3
32
- - uses : actions/cache@v2.1.7
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : ~/.gradle/caches
35
35
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
56
56
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
57
57
- name : Publish Test Report
58
58
if : always()
59
- uses : mikepenz/action-junit-report@v2.9 .1
59
+ uses : mikepenz/action-junit-report@v3.0 .1
60
60
with :
61
61
check_name : GraalVM CE CI / Test Report (Java ${{ matrix.java }})
62
62
report_paths : ' **/build/test-results/test/TEST-*.xml'
63
+ check_retries : ' true'
Original file line number Diff line number Diff line change 29
29
sudo apt-get clean
30
30
df -h
31
31
- uses : actions/checkout@v3
32
- - uses : actions/cache@v2.1.7
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : ~/.gradle/caches
35
35
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -59,10 +59,11 @@ jobs:
59
59
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
60
60
- name : Publish Test Report
61
61
if : always()
62
- uses : mikepenz/action-junit-report@v2.9 .1
62
+ uses : mikepenz/action-junit-report@v3.0 .1
63
63
with :
64
64
check_name : Java CI / Test Report (${{ matrix.java }})
65
65
report_paths : ' **/build/test-results/test/TEST-*.xml'
66
+ check_retries : ' true'
66
67
- name : Publish to Sonatype Snapshots
67
68
if : success() && github.event_name == 'push' && matrix.java == '8'
68
69
env :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v3
14
- - uses : actions/cache@v2.1.7
14
+ - uses : actions/cache@v3
15
15
with :
16
16
path : ~/.gradle/caches
17
17
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 60
60
BRANCH : gh-pages
61
61
FOLDER : build/docs
62
62
VERSION : ${{ steps.release_version.outputs.release_version }}
63
+ TARGET_REPOSITORY : ${{ github.repository == 'micronaut-projects/micronaut-core' && env.docsRepository || github.repository }}
63
64
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
64
65
GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
65
66
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v3
29
29
with :
30
30
fetch-depth : 0
31
- - uses : actions/cache@v2.1.7
31
+ - uses : actions/cache@v3
32
32
with :
33
33
path : ~/.gradle/caches
34
34
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments