Skip to content

Commit

Permalink
Update org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/AbstractJ…
Browse files Browse the repository at this point in the history
…avaProjectConfigurator.java

Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
kwin and HannesWell authored Oct 14, 2022
1 parent e758777 commit 57f75fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ private String getMinimumJavaBuildEnvironmentId(ProjectConfigurationRequest requ
private String getMinimumJavaBuildEnvironmentId(MavenProject mavenProject, MojoExecution mojoExecution,
IProgressMonitor monitor) throws InvalidVersionSpecificationException, CoreException {
String version = maven.getMojoParameterValue(mavenProject, mojoExecution,
Arrays.asList("rules", "requireJavaVersion", "version"), String.class, monitor);
List.of("rules", "requireJavaVersion", "version"), String.class, monitor);
return getMinimumJavaBuildEnvironmentId(version);
}

Expand Down

0 comments on commit 57f75fd

Please sign in to comment.