We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61af1 commit 99243e5Copy full SHA for 99243e5
.github/workflows/master.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
13
- - name: Set up JDK 1.8
+ - name: Set up JDK 8
14
uses: actions/setup-java@v2
15
with:
16
java-version: '8'
@@ -117,7 +117,7 @@ jobs:
117
git config --global user.name "GitHub Actions"
118
git pull
119
120
- - name: Set up JDK 1.8 Apache Maven Central
+ - name: Set up JDK 8 Apache Maven Central
121
122
with: # running setup-java again overwrites the settings.xml
123
@@ -148,7 +148,7 @@ jobs:
148
149
150
151
152
153
154
0 commit comments