Skip to content

Commit

Permalink
Update github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jan 17, 2025
1 parent dcfa0c3 commit c366a29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install metafacture-fix 0.7.0
java-version: 11
- name: Install metafacture-fix 1.2.0
run: |
git clone https://github.com/metafacture/metafacture-fix.git -b 0.7.0
git clone https://github.com/metafacture/metafacture-fix.git -b 1.2.0
cd metafacture-fix
./gradlew publishToMavenLocal
cd ..
Expand Down

0 comments on commit c366a29

Please sign in to comment.