Add Gradle build #80
Reference in New Issue
Block a user
Delete Branch "gradle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gradle as another build system. The implementation is very simple - it is a result of
gradle init+ some fixes to build it on Java 11 without extra warnings.Fixed warnings about missing deprecation annotation and variable name in one test failing on Java greater version 9.
This commit is simpler then
5847ee4d97Pull request closed