Skip to content

Commit

Permalink
Revert CI to JDK 19
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 14, 2023
1 parent ee77bc9 commit 2602d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
mikbot:
uses: mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.0.9
uses: mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.0.8
with:
run-maven-publish: true
update-binary-repository: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle_plugin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
needs: gradleValidation
steps:
- uses: actions/checkout@v3
- name: Set up JDK 18
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
java-version: 19
- name: Test with Gradle
run: ./gradlew gradle-plugin:classes
- name: Login to Gradle Plugin Portal
Expand Down

0 comments on commit 2602d0f

Please sign in to comment.