Skip to content

Commit

Permalink
Update maven properties access
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Jun 3, 2024
1 parent bfd72d7 commit 5182c7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public abstract class PropertiesForPom {

PropertiesForPom() {}

private static final List<String> JAVA_PROP_KEYS = List.of("java.version", "java.home");
private static final List<String> JAVA_PROP_KEYS =
List.of("java.version", "java.home", "os.name", "os.arch", "os.version");

@Lazy
public Properties get() {
Expand Down

0 comments on commit 5182c7a

Please sign in to comment.