Skip to content

Commit

Permalink
Build metafacture master-SNAPHSOT in GiHhub actions
Browse files Browse the repository at this point in the history
Complements 3cb37c1.
  • Loading branch information
dr0i committed Feb 24, 2025
1 parent 3cb37c1 commit 9b4b833
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,13 @@ 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-fix
- name: Install metafacture-core-snapshots
run: |
cd ..
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout 1.2.0
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
git checkout master
./gradlew publishToMavenLocal
cd -
cd ..
- name: Build with Maven
run: |
mvn install
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lobid</groupId>
<artifactId>lobid-resources</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 9b4b833

Please sign in to comment.