Skip to content

Commit

Permalink
devonfw#940: fixed doInstall java extra arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 18, 2022
1 parent 9ece604 commit d6afd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function doSetup() {
then
doConfirmWarning "You have configured EXTRA_JAVA_VERSION=${EXTRA_JAVA_VERSION} what is the same as JAVA_VERSION.\nThis does not make any sense. Please revisit your configuration."
fi
doInstall "java" "${EXTRA_JAVA_VERSION}" "${1}" "${DEVON_IDE_HOME}/software/extra/java"
doInstall "java" "${EXTRA_JAVA_VERSION}" "${1}" "" "${DEVON_IDE_HOME}/software/extra/java"
fi
return 0
}
Expand Down

0 comments on commit d6afd46

Please sign in to comment.