Skip to content

Commit

Permalink
[eclipse-xtext/xtext#2849] ditch old tycho 2.7.5 builds
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 18, 2023
1 parent 02ad49d commit 8195cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,6 @@ jobs:
java-version: 11
- name: Build
run: xvfb-run scripts/greetings-tycho-2.33-J11.sh
build_tycho_J17_tycho_275:
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: Build
env:
EXTRA_ARGS : "-Dtycho-version=2.7.5"
run: xvfb-run scripts/greetings-tycho-2.33.sh
build_tycho_J17_tycho_40:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -154,19 +141,6 @@ jobs:
java-version: 17
- name: Build
run: xvfb-run scripts/domainmodel-2.33.sh
build_domain_tycho_30_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: Build
env:
EXTRA_ARGS : "-Dtycho-version=3.0.5"
run: xvfb-run scripts/domainmodel-2.33.sh
build_domain_tycho_40_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>2.7.5</tycho-version>
<tycho-version>3.0.5</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 8195cb3

Please sign in to comment.