Skip to content

Commit

Permalink
Update to java11
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler authored Oct 23, 2024
1 parent ce01725 commit 704d48b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: '11'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew build
- name: Get Release Version
Expand All @@ -33,4 +34,4 @@ jobs:
${{ github.ref_name }} \
build/libs/rundeck-ec2-nodes-plugin-${{ steps.get_version.outputs.VERSION }}.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 704d48b

Please sign in to comment.