SetDefault sets the default JRE to use when no JRE is explicitly configured
(jre JRE)
| 72 | |
| 73 | // SetDefault sets the default JRE to use when no JRE is explicitly configured |
| 74 | func (r *Registry) SetDefault(jre JRE) { |
| 75 | r.defaultJRE = jre |
| 76 | } |
| 77 | |
| 78 | // RegisterStandardJREs registers all standard JRE providers in the correct priority order. |
| 79 | // This ensures Supply and Finalize phases use the same detection order. |
no outgoing calls
no test coverage detected