Skip to content

Commit

Permalink
Merge pull request #135 from hmcts/fix-jitpack
Browse files Browse the repository at this point in the history
Fix jitpack
  • Loading branch information
ChrisS1512 authored Jun 10, 2024
2 parents ed47f11 + ae05476 commit 79f88cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Build
run: ./gradlew check
5 changes: 5 additions & 0 deletions .github/workflows/jitpack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Trigger Build in JitPack
run: |
echo "Triggering JitPack build"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publishing {
}

group = 'com.github.hmcts'
version = '2.1.26'
version = '2.1.27'

java {
toolchain {
Expand Down

0 comments on commit 79f88cd

Please sign in to comment.