Skip to content

Commit

Permalink
Fixes #5084.
Browse files Browse the repository at this point in the history
First attempt at using newest install4j.  This version we got an updated OSS
license for and it works with Java 9+.  After install4j updated our old file
nearly everything works except that media type changed to 'windows' from
'win32'.  This also changed the platform variable name so that had to be
tweaked.  I did a mock release and put ONLY java 9 on a windows machine and it
installs.  Huzzah
  • Loading branch information
enebo committed Apr 10, 2018
1 parent 232047b commit c5ddf24
Show file tree
Hide file tree
Showing 3 changed files with 930 additions and 113 deletions.
2 changes: 1 addition & 1 deletion default.build.properties
Expand Up @@ -31,7 +31,7 @@ release.dir=release
test.results.dir=${build.dir}/test-results
jruby.launch.memory=1024M
rake.args=
install4j.executable=/Applications/install4j 4/bin/install4jc
install4j.executable=/Applications/install4j7/bin/install4jc

# Ruby versions
version.ruby=2.3.3
Expand Down

0 comments on commit c5ddf24

Please sign in to comment.