EDIT:: edited gitignore file to include the .gradle and .idea directories, and to include the classpath and project files.

maybe this fixes the pipline build failure
This commit is contained in:
Sem van der Hoeven
2019-03-09 13:40:19 +01:00
parent fa73f6fb4d
commit 803b0c2064
22 changed files with 2144 additions and 4 deletions

16
src/.idea/checkstyle-idea.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA">
<option name="configuration">
<map>
<entry key="checkstyle-version" value="8.16" />
<entry key="copy-libs" value="true" />
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
<entry key="scan-before-checkin" value="false" />
<entry key="scanscope" value="JavaOnly" />
<entry key="suppress-errors" value="false" />
</map>
</option>
</component>
</project>