Package io.quarkus.deployment
Interface PlatformConfig
@ConfigMapping(prefix="quarkus.platform")
@ConfigRoot(phase=BUILD_TIME)
public interface PlatformConfig
Platform
This is used currently only to suppress warnings about unknown properties when the user supplies something like: -Dquarkus.platform.group-id=someGroup TODO refactor code to actually use these values
-
Method Summary
-
Method Details
-
groupId
groupId of the platform to use -
artifactId
artifactId of the platform to use -
version
version of the platform to use
-