actions-marketplace-validations/Setup AKJava JDK

Set up a specific version of the Java JDK and add the command-line tools to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
java-versionThe Java version to make available on the path. Takes a whole or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x). Early access versions can be specified in the form of e.g. 14-ea, 14.0.0-ea, or 14.0.0-ea.28yes
java-packageThe package type (jre, jdk, jdk+fx)nojdk
architectureThe architecture (x86, x64) of the package.nox64
jdkFilePath to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.no
server-idID of the distributionManagement repository in the pom.xml file. Default is `github`nogithub
server-usernameEnvironment variable name for the username for authentication to the Apache Maven repository. Default is $GITHUB_ACTORnoGITHUB_ACTOR
server-passwordEnvironment variable name for password or token for authentication to the Apache Maven repository. Default is $GITHUB_TOKENnoGITHUB_TOKEN
settings-pathPath to where the settings.xml file will be written. Default is ~/.m2.no
gpg-private-keyGPG private key to import. Default is empty string.no
gpg-passphraseEnvironment variable name for the GPG private key passphrase. Default is $GPG_PASSPHRASE.no
namedescription
pathPath to where the java environment has been installed (same as $JAVA_HOME)
versionActual version of the java environment that has been installed