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
Changes from 1 commit
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
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -88,8 +88,6 @@ jobs:
with:
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_J11:
runs-on: ubuntu-latest
Expand All @@ -116,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