Skip to content

Commit

Permalink
Merge pull request #1046 from stuartwdouglas/ci-format
Browse files Browse the repository at this point in the history
Make all CI jobs check formatting
  • Loading branch information
stuartwdouglas authored Feb 26, 2019
2 parents 38b5122 + 4f7474d commit 1cda091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
displayName: 'Maven Build'
inputs:
goals: 'install'
options: '-B --settings azure-mvn-settings.xml -Dno-native'
options: '-B --settings azure-mvn-settings.xml -Dno-native -Dno-format'

- job: Build_JDK11_Linux
timeoutInMinutes: 60
Expand All @@ -114,4 +114,4 @@ jobs:
inputs:
jdkVersionOption: '1.11'
goals: 'install'
options: '-B --settings azure-mvn-settings.xml -Dno-native'
options: '-B --settings azure-mvn-settings.xml -Dno-native -Dno-format'

0 comments on commit 1cda091

Please sign in to comment.