Skip to content

Commit

Permalink
build dm with tycho 4
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Nov 27, 2023
1 parent 6d488a7 commit 7e50a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,23 +141,6 @@ jobs:
java-version: 17
- name: Build
run: xvfb-run scripts/domainmodel-2.34.sh
build_domain_tycho_40_J17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Set up Maven 3.9.1
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.1
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=4.0.1"
run: xvfb-run scripts/domainmodel-2.34.sh
build_domain_tycho_50_J17:
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>3.0.5</tycho-version>
<tycho-version>4.0.4</tycho-version>
<targetplatform.groupId>${project.groupId}</targetplatform.groupId>
<targetplatform.artifactId>${project.groupId}.tp</targetplatform.artifactId>
<targetplatform.version>${project.version}</targetplatform.version>
Expand Down

0 comments on commit 7e50a2f

Please sign in to comment.