1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

PGPainless 0.0.1-alpha1

This commit is contained in:
Paul Schaub 2018-07-19 16:09:37 +02:00
parent 39c5464c37
commit cdf2fd4aca
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 4 additions and 7 deletions

View file

@ -35,7 +35,7 @@ allprojects {
// checkstyle
checkstyle {
configFile = 'config/checkstyle.xml' as File
configFile = "${project.rootDir}/config/checkstyle.xml" as File
toolVersion = '8.10'
}