Skip to content

Commit

Permalink
Apply spotless formatter after changes
Browse files Browse the repository at this point in the history
Related to openhab/openhab-addons#8401

Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Sep 13, 2020
1 parent 7d16fa2 commit d63d7dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion launch/Jenkinsfile
Expand Up @@ -94,7 +94,9 @@ def releaseOpenHabComponent(componentName, branch, releaseVersion, nextVersion,
}

sh "mvn unleash:perform -Dworkflow=unleash.phase1.workflow " + mvnOptions


sh "mvn spotless:apply"

//Build and publish artifacts
sh "mvn deploy " + mvnReleaseOptions

Expand All @@ -119,6 +121,8 @@ def releaseOpenHabComponent(componentName, branch, releaseVersion, nextVersion,

sh "mvn unleash:perform -Dworkflow=unleash.phase3.workflow " + mvnOptions

sh "mvn spotless:apply"

sh "mvn deploy " + mvnSnapshotOptions
}
}
Expand Down

0 comments on commit d63d7dc

Please sign in to comment.