Skip to content

Commit

Permalink
Merge pull request #1200 from corda/saurabh/sync-syntax-with-main
Browse files Browse the repository at this point in the history
Sync syntax with main
  • Loading branch information
SaurabhR3 authored Aug 4, 2023
2 parents 719d771 + ea5dd74 commit 6089244
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/nightly/JenkinsfileWindowsCompatibility
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@Library('corda-shared-build-pipeline-steps@5.0.1') _
@Library('[email protected]') _

windowsCompatibility(
runIntegrationTests: false,
dailyBuildCron: 'H 02 * * *'
dailyBuildCron: 'H 02 * * *',
javaVersion: '17'
)

0 comments on commit 6089244

Please sign in to comment.