Upgrade Java and JavaFX

This commit is contained in:
0xb00bface 2022-10-15 17:39:00 +02:00
parent 67a8aa1b26
commit 70b0247b3c
2 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@
* Fixed BongaCams * Fixed BongaCams
* Fixed MVLive * Fixed MVLive
* Fixed loading of ShowupTV thumbnails * Fixed loading of ShowupTV thumbnails
* Upgrade to Java 17
* Upgrade to JavaFX 19
* Known Problems: * Known Problems:
* Chaturbate login does not work * 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 * Chaturbate is much more aggressive with the 429 errors. It seems they also have switched on the Cloudfare browser check

View File

@ -16,9 +16,9 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>16</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<version.javafx>18.0.1</version.javafx> <version.javafx>19</version.javafx>
<version.junit>5.7.2</version.junit> <version.junit>5.7.2</version.junit>
</properties> </properties>