TestFX / Monocle

Pre-packaged builds of Monocle (OpenJFX)
GNU General Public License v2.0
50 stars 24 forks source link

Updated gradle wrapper version to 2.8 #5

Closed naimdjon closed 8 years ago

naimdjon commented 8 years ago

An extra commit sneaked in to this PR.

hastebrot commented 8 years ago

You can revert a commit with ˋgit reset HEAD~1ˋ and force an update of pushed commits with ˋgit push --forceˋ, the PR will be updated accordandly. It is also helpful to refer to the current state with ˋgit branch failsafeˋ in order to revert to the previous state, in case something went wrong with the reverts.

I think I'll update the Gradle scripts and put the Gradle version number into the ˋgradle.propertiesˋ. Gradle 2.10 will be released soon.