Add checkstyle plugin.

This commit is contained in:
akwizgran
2021-11-04 15:48:06 +00:00
parent 8a4fe7ca49
commit f4d885b647
15 changed files with 107 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ apply plugin: 'java-library'
sourceCompatibility = 1.8
targetCompatibility = 1.8
apply plugin: 'checkstyle'
apply plugin: 'idea'
apply plugin: 'witness'
apply from: 'witness.gradle'