Incorporate additional feedback.

This commit is contained in:
Fabio Niephaus
2023-06-16 12:59:57 +02:00
committed by Fabio Niephaus
parent db8d619f32
commit d476798211
3 changed files with 5 additions and 4 deletions

2
dist/main/index.js generated vendored
View File

@@ -71150,7 +71150,7 @@ function run() {
throw new Error(`Mandrel requires the 'version' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`);
case '':
if (javaVersion === c.VERSION_DEV) {
core.info(`This build is using the GraalVM Community Edition. To select a specific distribution, use the 'distribution' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`);
core.info(`This build is using GraalVM Community Edition. To select a specific distribution, use the 'distribution' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`);
graalVMHome = yield graalvm.setUpGraalVMJDKDevBuild();
}
else {