|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} |
|
|
|
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check Out Code |
|
|
|
- name: Check Out Code |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v5 |
|
|
|
- name: Build and Publish |
|
|
|
- name: Build and Publish |
|
|
|
id: build-and-publish |
|
|
|
id: build-and-publish |
|
|
|
uses: ./.github/actions/build |
|
|
|
uses: ./.github/actions/build |
|
|
|
@ -70,7 +70,7 @@ jobs: |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check Out Code |
|
|
|
- name: Check Out Code |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
- name: Sync to Maven Central |
|
|
|
- name: Sync to Maven Central |
|
|
|
uses: ./.github/actions/sync-to-maven-central |
|
|
|
uses: ./.github/actions/sync-to-maven-central |
|
|
|
with: |
|
|
|
with: |
|
|
|
@ -104,7 +104,7 @@ jobs: |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check Out Code |
|
|
|
- name: Check Out Code |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
- name: Publish |
|
|
|
- name: Publish |
|
|
|
uses: ./.github/actions/publish-gradle-plugin |
|
|
|
uses: ./.github/actions/publish-gradle-plugin |
|
|
|
with: |
|
|
|
with: |
|
|
|
@ -121,7 +121,7 @@ jobs: |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check Out Code |
|
|
|
- name: Check Out Code |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
- name: Publish to SDKMAN! |
|
|
|
- name: Publish to SDKMAN! |
|
|
|
uses: ./.github/actions/publish-to-sdkman |
|
|
|
uses: ./.github/actions/publish-to-sdkman |
|
|
|
with: |
|
|
|
with: |
|
|
|
@ -137,7 +137,7 @@ jobs: |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check Out Code |
|
|
|
- name: Check Out Code |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
- name: Update Homebrew Tap |
|
|
|
- name: Update Homebrew Tap |
|
|
|
uses: ./.github/actions/update-homebrew-tap |
|
|
|
uses: ./.github/actions/update-homebrew-tap |
|
|
|
with: |
|
|
|
with: |
|
|
|
@ -168,7 +168,7 @@ jobs: |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check Out Code |
|
|
|
- name: Check Out Code |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
- name: Create GitHub Release |
|
|
|
- name: Create GitHub Release |
|
|
|
uses: ./.github/actions/create-github-release |
|
|
|
uses: ./.github/actions/create-github-release |
|
|
|
with: |
|
|
|
with: |
|
|
|
|