-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align POM with minimal requirements, java 11 and fix URL validation (#…
…274)
- Loading branch information
1 parent
33d278c
commit f0d703f
Showing
5 changed files
with
34 additions
and
15 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,8 @@ | ||
buildPlugin(useContainerAgent: true, | ||
// Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out. | ||
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates. | ||
artifactCachingProxyEnabled: true) | ||
// Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out. | ||
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates. | ||
artifactCachingProxyEnabled: true, | ||
configurations: [ | ||
[platform: 'linux', jdk: 17], | ||
[platform: 'windows', jdk: 11], | ||
]) |
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
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