-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-68930] Fix Java17 Error on agent start (#206)
* Fix JENKINS-68930. Use WA to work with modifiers filtered since JDK12. --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED * Update src/main/java/org/jenkinsci/plugins/envinject/service/EnvInjectMasterEnvVarsSetter.java Co-authored-by: Alexander Brandes <[email protected]> * Throw NoSuchFieldException exception if there is no modifiers field Co-authored-by: Alexander Brandes <[email protected]>
- Loading branch information
1 parent
d41b38d
commit 9b9e962
Showing
1 changed file
with
24 additions
and
4 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