mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Add checkstyle rules
This commit is contained in:
parent
975b336699
commit
5ec1e1a128
36 changed files with 650 additions and 68 deletions
|
@ -16,6 +16,13 @@ animalsniffer {
|
|||
sourceSets = [sourceSets.main]
|
||||
}
|
||||
|
||||
apply plugin: 'checkstyle'
|
||||
|
||||
checkstyle {
|
||||
configFile = 'config/checkstyle.xml' as File
|
||||
toolVersion = '8.10'
|
||||
}
|
||||
|
||||
group 'org.pgpainless'
|
||||
version '0.1-SNAPSHOT'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue