Ignore spotless errors on binding creation (#10696)

Signed-off-by: Patrick Fink <mail@pfink.de>
This commit is contained in:
Patrick Fink
2021-05-17 22:07:41 +02:00
committed by GitHub
parent 9ba28a50cc
commit 80c0915b80
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ author=$2
githubUser=$3
mvn -s archetype-settings.xml archetype:generate -N \
-Dspotless.check.skip=true \
-DarchetypeGroupId=org.openhab.core.tools.archetypes \
-DarchetypeArtifactId=org.openhab.core.tools.archetypes.binding \
-DarchetypeVersion=$openHABVersion \