Skip to content

Commit

Permalink
Use JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Oct 23, 2023
1 parent 04b48be commit 64b8860
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- uses: gradle/gradle-build-action@v2
name: Check Fladle
with:
job-id: jdk11
arguments: assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
run: ./gradlew assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
- uses: gradle/gradle-build-action@v2
name: Publish Snapshot
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
with:
job-id: jdk11
arguments: :fladle-plugin:publishAllPublicationsToMavenRepository -Pfladle.releaseMode -PsonatypeUsername=${{ secrets.SONATYPE_USERNAME }} -PsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}

0 comments on commit 64b8860

Please sign in to comment.