Unverified Commit b4d07491 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Use JDK11 everywhere

parent 6babe682
......@@ -23,7 +23,10 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
......@@ -53,9 +56,11 @@ jobs:
- uses: actions/checkout@v2
- uses: microsoft/setup-msbuild@v1
- uses: ilammy/msvc-dev-cmd@v1
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- shell: bash
run: |
cd ./skiko
./gradlew publishToMavenLocal
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment