Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tycho 4.0.6 #410

Merged
merged 4 commits into from Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -83,6 +83,10 @@ jobs:
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
run: xvfb-run scripts/greetings-tycho-2.35.sh
build_tycho_J11:
Expand Down Expand Up @@ -110,8 +114,6 @@ jobs:
with:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove

build_tycho_J17_tycho_40
this should be identlical to
build_tycho_J17

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right! Done.

maven-version: 3.9.1
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=4.0.5"
run: xvfb-run scripts/greetings-tycho-2.35.sh
build_tycho_J17_tycho_50:
runs-on: ubuntu-latest
Expand Down
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>4.0.4</tycho-version>
<tycho-version>4.0.6</tycho-version>
<targetplatform.groupId>${project.groupId}</targetplatform.groupId>
<targetplatform.artifactId>${project.groupId}.tp</targetplatform.artifactId>
<targetplatform.version>${project.version}</targetplatform.version>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>3.0.5</tycho-version>
<tycho-version>4.0.6</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>
Expand Down