How to Specify the Java Version When Deploying War in Herokucli

Asked 2 years ago, Updated 2 years ago, 66 views

I deploy war through the CLI without using git in heroku.
In that case, I would like to specify the java version, but is there such a way?
I would like to do this without using system.properties in git.

java heroku

2022-09-30 19:56

1 Answers

If you put the system.properties file in the current directory (directory where you run the heroku command), it would have been recognized.


2022-09-30 19:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.