You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the target app is using Fir, a default project.toml will now be generated and deployed alongside the app. This ensures that OpenJDK will be installed and Procfile works as expected without the need for explicit configuration. (#369)
Previously, when the working directory contains a Git repository without any commits, heroku-jvm-application-deployer crashed with a NullPointerException. This case is now handled gracefully. (#319)