Upgrade Java and JavaFX
This commit is contained in:
parent
67a8aa1b26
commit
70b0247b3c
|
@ -3,6 +3,8 @@
|
|||
* Fixed BongaCams
|
||||
* Fixed MVLive
|
||||
* Fixed loading of ShowupTV thumbnails
|
||||
* Upgrade to Java 17
|
||||
* Upgrade to JavaFX 19
|
||||
* Known Problems:
|
||||
* Chaturbate login does not work
|
||||
* Chaturbate is much more aggressive with the 429 errors. It seems they also have switched on the Cloudfare browser check
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>16</maven.compiler.source>
|
||||
<maven.compiler.target>16</maven.compiler.target>
|
||||
<version.javafx>18.0.1</version.javafx>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<version.javafx>19</version.javafx>
|
||||
<version.junit>5.7.2</version.junit>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue