badarshahzad / JFX-Browser

JFx Browser is a multi tab browser. In its first version HTML to PDF, Downloading , History, Bookmarks and Account creation facility available. We are not still working on this project.
MIT License
200 stars 48 forks source link

support for gradle wrapper #67

Open naeemrashid opened 6 years ago

naeemrashid commented 6 years ago

In order to build the project Gradle must be installed on the system.It would be nice to include Gradle Wrapper so that instead of installing Gradle on the system one may just run ./gradlew build for Mac/Linux or gradlew.bat build on windows to build the project and it would also minimize Gradle version Porblems as gradle wrapper version would be specified in the build.gradle file. Currently :disappointed: wrapper