openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
347 stars 59 forks source link

fetch git history to avoid new commit push failure #146

Closed abhinayagarwal closed 1 year ago

abhinayagarwal commented 1 year ago

As a single commit is checked out and it is not present on the master branch, git push fails. The PR fetches history with 5 commits to enable a successful git push.