Skip to content

Commit 4e47d56

Browse files
committed
Bump java dependency to 9.x
1 parent 9fb2baf commit 4e47d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up JDK 1.8
12+
- name: Set up JDK 1.9
1313
uses: actions/setup-java@v1
1414
with:
15-
java-version: 1.8
15+
java-version: 9.0.x
1616
- name: Get current date
1717
id: date
1818
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M')"
@@ -37,4 +37,4 @@ jobs:
3737
upload_url: ${{ steps.create_release.outputs.upload_url }}
3838
asset_path: dist/CommunityModules-${{steps.date.outputs.date}}.jar
3939
asset_name: CommunityModules-${{steps.date.outputs.date}}.jar
40-
asset_content_type: application/zip
40+
asset_content_type: application/zip

0 commit comments

Comments
 (0)