This commit creates a new build convention that applies the Spring JavaFormat Gradle plugin. This is also adding a default checkstyle configuration for this project. See gh-54
5 lines
266 B
XML
5 lines
266 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.org/dtds/import_control_1_4.dtd">
|
|
<import-control pkg="org.springframework.graphql">
|
|
<allow pkg=".*" regex="true" />
|
|
</import-control> |