Skip to content

Commit

Permalink
Do not build on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 12, 2024
1 parent 3e2c29e commit 1c484d0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
buildPlugin(
forkCount: '1C', // Run a JVM per core in tests
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
buildPlugin(useContainerAgent: false, configurations: [[platform: 'linux', jdk: 21]])

0 comments on commit 1c484d0

Please sign in to comment.