aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add gradle plugin for google java format. Enforce all files to be formatted. ↵Bogdan Drutu2017-11-031-0/+1
| | | | | | | | | | | | | | (#771) * Add gradle plugin for google java format. Enforce all files to be formatted. * Fix javadoc comments. * update to google-java-formatter 1.5 * Fix comments and run formatter only for java8. * Formatter works only on java8.
* Move the Travis "script" from .travis.yml to a separate file. (#747)Stefan Schmidt2017-10-312-0/+96
* Move the Travis "script" from .travis.yml to a separate file. * Set -e -v. * Replace "jdk_switcher use" as it would require sudo. * Source jdk_switcher.sh on linux only.