Package io.quarkus.deployment.steps
Class CompiledJavaVersionBuildStep
- java.lang.Object
-
- io.quarkus.deployment.steps.CompiledJavaVersionBuildStep
-
public class CompiledJavaVersionBuildStep extends Object
-
-
Constructor Summary
Constructors Constructor Description CompiledJavaVersionBuildStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompiledJavaVersionBuildItemcompiledJavaVersion(BuildSystemTargetBuildItem buildSystemTarget)Determines the Java version by looking up the major version of the first successfully parsed application .class file that is found
-
-
-
Method Detail
-
compiledJavaVersion
public CompiledJavaVersionBuildItem compiledJavaVersion(BuildSystemTargetBuildItem buildSystemTarget)
Determines the Java version by looking up the major version of the first successfully parsed application .class file that is found
-
-