Skip to content

Commit

Permalink
try to reproduce jitpack.io failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Dec 25, 2024
1 parent ddd1210 commit ba6dc63
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 1,496 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
java-version: ${{ env.toolchainVersion }}
distribution: temurin
distribution: zulu
- name: Prepare JDK toolchain
shell: bash
run: |
Expand All @@ -55,7 +55,7 @@ runs:
java-version: ${{
inputs.java == 'GraalVM' && inputs.graal ||
(inputs.early-access == inputs.java && format('{0}-ea', inputs.java) || inputs.java) }}
distribution: ${{ inputs.java == 'GraalVM' && 'graalvm' || 'temurin' }}
distribution: ${{ inputs.java == 'GraalVM' && 'graalvm' || 'zulu' }}
- name: Prepare JDK ${{ inputs.java }}
shell: bash
run: |
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/actionlint.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/analysis.yml

This file was deleted.

205 changes: 0 additions & 205 deletions .github/workflows/benchmarks.yml

This file was deleted.

Loading

0 comments on commit ba6dc63

Please sign in to comment.