Skip to content

Commit

Permalink
Fix play dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Nov 27, 2023
1 parent eec7dd4 commit 2e879c7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Install metafacture-core-snapshots
run: |
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
git checkout 5.7.0-rc1
./gradlew publishToMavenLocal
cd ..
#- name: Install metafacture-core-snapshots
# run: |
# git clone https://github.com/metafacture/metafacture-core.git
# cd metafacture-core
# git checkout 5.7.0-rc1
# ./gradlew publishToMavenLocal
# cd ..
- name: Install metafacture-fix
run: |
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout master
git pull
git checkout -b 0.7.0
./gradlew publishToMavenLocal
cd ..
- name: Build with Maven
Expand Down

0 comments on commit 2e879c7

Please sign in to comment.