JDK 8 | Other |
---|---|
8u331Fixed | openjfx11.0.12Fixed |
Relates :
|
The `checkrepo` and `checkrepoall` tasks don't work when run from a git repo, because the checkWhiteSpace script that they use assumes hg. To reproduce: $ gradle checkrepo ... > Task :checkrepo abort: no repository found in '.../jfx' (.hg not found)! abort: no repository found in '.../jfx' (.hg not found)! It doesn't fail the build but doesn't do anything useful either.
|