Add checkstyle linter for java #27
@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
configFile = file("$rootDir/config/checkstyle.xml")
|
configFile = file("$rootDir/config/checkstyle/checkstyle.xml")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Checkstyle> {
|
tasks.withType<Checkstyle> {
|
||||||
|
@ -58,4 +58,4 @@ public class OpenAPIConfiguration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -45,4 +45,4 @@ public class KeycloakLogoutHandler implements LogoutHandler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user