Skip to content

[Java] Allow installing the java sdk from different distros #170

@tobiasdiez

Description

@tobiasdiez

Because of

jdk_distro="ms"
get_jdk_distro() {
VERSION="$1"
if echo "${VERSION}" | grep -E '^8([\s\.]|$)' > /dev/null 2>&1; then
jdk_distro="tem"
fi
}

it is currently not possible to install the sdk from a different distro than ms. Thus, currently it is not possible to use java 18.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions