-
Notifications
You must be signed in to change notification settings - Fork 9
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
2023-06 IDE support #428
2023-06 IDE support #428
Conversation
awisniew90
commented
Aug 29, 2023
•
edited
Loading
edited
- Update LCLS to version 2.0.1
- Bump version to 23.0.9
- Create 2Q2023 target platform file
- Update peripheral scripts to use 2Q2023 target platform
1741aaf
to
159c4af
Compare
tests/pom.xml
Outdated
@@ -38,6 +38,7 @@ | |||
<useUIThread>false</useUIThread> | |||
<providerHint>junit5</providerHint> | |||
<trimStackTrace>false</trimStackTrace> | |||
<runOrder>alphabetical</runOrder> | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment?
@@ -126,6 +127,7 @@ | |||
<version>${tycho-version}</version> | |||
<configuration> | |||
<argLine>-XstartOnFirstThread</argLine> | |||
<runOrder>alphabetical</runOrder> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary - config will be merged
Signed-off-by: Adam Wisniewski <[email protected]>
159c4af
to
c2d6252
Compare
…ingly Signed-off-by: Scott Kurz <[email protected]>
Introduce wait after test app import to Gradle too, and rename accord…
I did a round of manual testing using the JEE package and it looks good. We can merge once we square away the GHA test failures |
Signed-off-by: Adam Wisniewski <[email protected]>
Signed-off-by: Adam Wisniewski <[email protected]>
Signed-off-by: Adam Wisniewski <[email protected]>
Signed-off-by: Adam Wisniewski <[email protected]>