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

Support Maven 4 and JDK 21 at build time #74

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gnodet
Copy link

@gnodet gnodet commented Jan 11, 2024

This PR currently contains a dependency on maven alpha-13 snapshot, I'll update it when it's released.

@gnodet gnodet changed the title Support Maven 4 and JDK 21 Support Maven 4 and JDK 21 at build time Jan 11, 2024
@gnodet
Copy link
Author

gnodet commented Apr 18, 2024

@trustin do you have any plan to work on a new release of os-maven-plugin ?

@@ -70,6 +70,7 @@ public Detector(SystemPropertyOperationProvider systemPropertyOperationProvider,
}

protected void detect(Properties props, List<String> classifierWithLikes) {
new Throwable().printStackTrace();

Choose a reason for hiding this comment

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

For debugging only? Shall we may remove this before merging?

@@ -25,6 +25,7 @@

import javax.annotation.Nullable;
import javax.inject.Inject;
import javax.inject.Singleton;

Choose a reason for hiding this comment

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

unused import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants