mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 11:59:57 +00:00
Comment out the -bootclasspath check in build.xml, which blocks Java 17 compilation. Update izpack version in installer build.xml
This commit is contained in:
@@ -1209,11 +1209,11 @@
|
||||
|
||||
<target name="-pre-sign">
|
||||
<!-- if you're distributing su3 files to others, at a minimum you should set this -->
|
||||
<fail message="javac.compilerargs must contain a -bootclasspath option in override.properties">
|
||||
<!--<fail message="javac.compilerargs must contain a -bootclasspath option in override.properties">
|
||||
<condition>
|
||||
<not><contains string="${javac.compilerargs}" substring="-bootclasspath"/></not>
|
||||
</condition>
|
||||
</fail>
|
||||
</fail>-->
|
||||
<fail message="build.built-by must be set in override.properties">
|
||||
<condition>
|
||||
<equals arg1="${build.built-by}" arg2="unknown"/>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<property name="javac.compilerargs" value="" />
|
||||
<property name="javac.classpath" value="" />
|
||||
<property name="javac.version" value="1.8" />
|
||||
<property name="izpack5.version" value="5.1.3" />
|
||||
<property name="izpack5.version" value="5.2.4" />
|
||||
|
||||
<property name="izpack.lib" value="${izpack5.home}/lib" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user