6 lines
200 B
Groovy
6 lines
200 B
Groovy
buildPlugin(
|
|
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
|
|
configurations: [
|
|
[platform: 'linux', jdk: 17],
|
|
[platform: 'windows', jdk: 11],
|
|
]) |