-
Notifications
You must be signed in to change notification settings - Fork 321
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
[#2147] update to asm 9.5 #2171
Conversation
@szarnekow @LorenzoBettini any idea what could be the problem here: how can i run this test easy locally from maven? |
i see. filename has changed
|
Sorry, I'm late, but I see you figured it out. |
@LorenzoBettini i was asking for running a single test for maven. |
To run a very single test you can use |
c739464
to
e06e23c
Compare
@@ -18,6 +18,10 @@ | |||
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/> | |||
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/nightly"/> | |||
</location> | |||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> |
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.
meh.
8b538ca
to
7be14cb
Compare
NOTICE.md
Outdated
@@ -86,15 +86,15 @@ Google Guice / Inject Core API (5.0.1) | |||
|
|||
* License: Apache License, 2.0 | |||
|
|||
Gradle Wrapper (7.4) | |||
Gradle Wrapper (8.x) |
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.
Is this still being used?
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.
I think we store it in our resources of the wizard bundle and create it when we generate a project based on Gradle, is that right @cdietrich ?
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.
yes, this is why this is there in the first place
Signed-off-by: Christian Dietrich <[email protected]>
[#2147] update to asm 9.5