Skip to content

Commit

Permalink
Update CI test, Krill and Koral (group ids, version)
Browse files Browse the repository at this point in the history
Change-Id: I97d72f0c2acf9ac7a78e0b30e7fdae5d6a4a4a24
  • Loading branch information
margaretha committed Jan 18, 2024
1 parent 09a9a58 commit e990602
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Kustvakt
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: Kustvakt

- name: Checkout Krill
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: KorAP/Krill
path: Krill

- name: Checkout Koral
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: KorAP/Koral
path: Koral

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Build and install Krill
Expand All @@ -41,7 +42,7 @@ jobs:
run: mvn --file Koral/pom.xml install

- name: Build and package Kustvakt full
run: mvn clean --file Kustvakt/full/pom.xml package
run: mvn clean --file Kustvakt/pom.xml package

- name: Build and package Kustvakt lite
run: mvn clean --file Kustvakt/full/pom.xml package -P lite -DskipTests=true
run: mvn clean --file Kustvakt/pom.xml package -P lite -DskipTests=true
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<jetty.version>11.0.19</jetty.version>
<flyway.version>10.4.1</flyway.version>
<log4j.version>2.22.1</log4j.version>
<krill.version>[0.61.3,)</krill.version>
<krill.version>[0.62.0,)</krill.version>
<koral.version>[0.41,)</koral.version>
</properties>
<profiles>
Expand Down Expand Up @@ -251,7 +251,7 @@

<dependencies>
<dependency>
<groupId>de.ids_mannheim.korap</groupId>
<groupId>de.ids-mannheim.korap</groupId>
<artifactId>Krill</artifactId>
<version>${krill.version}</version>
<exclusions>
Expand Down Expand Up @@ -283,7 +283,7 @@
</dependency>

<dependency>
<groupId>de.ids_mannheim.korap</groupId>
<groupId>de.ids-mannheim.korap</groupId>
<artifactId>Koral</artifactId>
<version>${koral.version}</version>
<exclusions>
Expand Down

0 comments on commit e990602

Please sign in to comment.