Skip to content

Commit

Permalink
Run Workflow on 1.21.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Dec 13, 2024
1 parent 8131f99 commit 570a2ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle-publishtomaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Gradle Publish to Maven
on:
push:
branches:
- 1.21.1
- 1.20.1
- Release

Expand All @@ -14,11 +15,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17
java-version: 21
cache: gradle

- name: Store gradle.properties secrets
Expand Down

0 comments on commit 570a2ba

Please sign in to comment.