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

check if java.version exists using MavenResolutionResult #322

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

joanvr
Copy link
Contributor

@joanvr joanvr commented Oct 19, 2023

What's changed?

Using MavenResolutionResult to search for java.version property instead of looking for a property tag in the current pom.xml with FindProperty recipe

What's your motivation?

Fixes https://github.com/moderneinc/support-app/issues/12

Anyone you would like to review specifically?

@timtebeek @knutwannheden

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've added the license header to any new files through ./gradlew licenseFormat
  • I've used the IntelliJ IDEA auto-formatter on affected files

@joanvr joanvr added the enhancement New feature or request label Oct 19, 2023
@joanvr joanvr self-assigned this Oct 19, 2023
@joanvr joanvr requested a review from pstreef October 19, 2023 14:15
@joanvr joanvr requested a review from knutwannheden October 19, 2023 14:46
@joanvr joanvr changed the title use java.version if property exists or used in the pom check if java.version exists using MavenResolutionResult Oct 19, 2023
@joanvr joanvr merged commit 6d19a3e into main Oct 19, 2023
1 check passed
@joanvr joanvr deleted the feat/use-java-version-if-used branch October 19, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants