-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump parent POMP from 4.33 to 4.53 * Bump jenkins.version from 2.329 to 2.361.4 * Fix MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR * Bump gxserver-client from 1.0.1 to 1.0.6 * Update Jenkinsfile * Remove duplicated @param
- Loading branch information
1 parent
b59358a
commit bc2492a
Showing
4 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
buildPlugin(configurations: [ | ||
[ platform: "windows", jdk: "8", jenkins: null ], | ||
[ platform: "windows", jdk: "11", jenkins: null ], | ||
]) | ||
buildPlugin( | ||
useContainerAgent: true, | ||
failFast: false, | ||
artifactCachingProxyEnabled: true, | ||
configurations: [ | ||
[ platform: "windows", jdk: "11", jenkins: null ], | ||
[ platform: "windows", jdk: "17", jenkins: null ], | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters