Skip to content

Commit

Permalink
Bump java dependency to 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy committed Feb 10, 2020
1 parent 9fb2baf commit 4e47d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

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

0 comments on commit 4e47d56

Please sign in to comment.