Skip to content

Commit

Permalink
Added warning about license change for Oracle Java (#5)
Browse files Browse the repository at this point in the history
* Added warning about license change for Oracle Java

* <f:entry> has semantic meaning, let's just use a plain html block

* Added support for i18n
  • Loading branch information
hrmohr authored and oleg-nenashev committed Jul 19, 2019
1 parent eef9873 commit 0a4eb37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/hudson/tools/JDKInstaller/config.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ THE SOFTWARE.
<f:entry title="" field="acceptLicense">
<f:checkbox title="${%I agree to the Java SE Development Kit License Agreement}"/>
</f:entry>
<f:block>
<div class="warning">
${%Oracle Java SE 11+ is not available for business, commercial or production use without a commercial license.}<br />
${%Public updates for Oracle Java SE 8 released after January 2019 will not be available for business, commercial or production use without a commercial license.}<br />
<a href="https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html" target="_blank">${%Oracle Java SE Licensing FAQ}</a><br />
</div>
</f:block>
</j:jelly>

0 comments on commit 0a4eb37

Please sign in to comment.