source: trunk/abcl/ci/create-abcl-properties.awk

Last change on this file was 15608, checked in by Mark Evenson, 17 months ago

ci: configure for openjdk19 and beyond

It should be enough to use just the source option, and assume we will
be targeting running on the JDK we are using for compilation.

TODO: for the 'abcl.release' Ant build, we will want to be more
selective about target.

TODO: add a build.xml target that just passes the source option. use
it for the default.

File size: 201 bytes
Line 
1/^java.options/ {print $0 " " options; next}
2#/ant.build.javac.target/ {print "ant.build.javac.target=" target; next}
3/ant.build.javac.source/ {print "ant.build.javac.source=" source; next}
4{print $0}
Note: See TracBrowser for help on using the repository browser.