Skip to content

Commit

Permalink
chore(ci): wip
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Oct 21, 2023
1 parent 60a8fe8 commit 42112a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/azure-pipelines/test_java17_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ steps:
path: '$(GRADLE_USER_HOME)'
- task: Gradle@3
inputs:
tasks: testOnJava17
tasks: 'testOnJava17'
options: '--build-cache -PenvIsCi'
jdkVersionOption: '1.11'
codeCoverageClassFilesDirectories: 'build/classes/java/main/'
codeCoverageToolOption: 'JaCoCo'
checkStyleRunAnalysis: true
spotBugsAnalysis: true
spotBugsGradlePluginVersionChoice: build

0 comments on commit 42112a1

Please sign in to comment.