dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
20 stars 7 forks source link

Java 14 does not include Pack200 decompression any more. #212

Closed timobaumann closed 3 years ago

timobaumann commented 3 years ago

The Installer doesn't work on Java 14 anymore because of https://openjdk.java.net/jeps/367 . We need to check that the change in github.com:dialogos-project/dialogos-distribution.git:39d5085 fixes this.

timobaumann commented 3 years ago

and once checked, release a new revision of DialogOS.

alexanderkoller commented 3 years ago

I just built an installer locally, and it works.