Skip to content

Commit

Permalink
Use fq plugin name for spotless
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 authored Sep 16, 2020
1 parent bd3ec3e commit 0e0bf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def releaseOpenHabComponent(componentName, branch, releaseVersion, nextVersion,

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

sh "mvn spotless:apply"
sh "mvn com.diffplug.spotless:spotless-maven-plugin:apply"

//Build and publish artifacts
sh "mvn deploy " + mvnReleaseOptions
Expand All @@ -121,7 +121,7 @@ def releaseOpenHabComponent(componentName, branch, releaseVersion, nextVersion,

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

sh "mvn spotless:apply"
sh "mvn com.diffplug.spotless:spotless-maven-plugin:apply"

sh "mvn deploy " + mvnSnapshotOptions
}
Expand Down

0 comments on commit 0e0bf37

Please sign in to comment.