Skip to content

Commit

Permalink
Use metafix master SNAPSHOT (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Oct 30, 2023
1 parent b8fcc70 commit 4cca212
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ 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
#./gradlew publishToMavenLocal
#cd ..
- name: Install metafacture-core snapshots
run: |
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
git reset --hard origin/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 reset --hard 0.6.1
git checkout master
git pull
./gradlew publishToMavenLocal
cd ..
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafix</artifactId>
<version>0.6.1</version>
<version>0.6.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 4cca212

Please sign in to comment.