forked from j62/ctbrec
Set source and target version to 16.
This commit is contained in:
parent
7577379885
commit
52bbf78e40
|
@ -1,6 +1,6 @@
|
||||||
4.7.0
|
4.7.0
|
||||||
========================
|
========================
|
||||||
* This version requires Java 17
|
* This version requires Java 16
|
||||||
* Add import / export function for models
|
* Add import / export function for models
|
||||||
* Add setting to define a default duration for "record until"
|
* Add setting to define a default duration for "record until"
|
||||||
* Fixed detection of stalled HLS recordings
|
* Fixed detection of stalled HLS recordings
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>16</maven.compiler.source>
|
||||||
<maven.compiler.target>17</maven.compiler.target>
|
<maven.compiler.target>16</maven.compiler.target>
|
||||||
<version.javafx>17.0.1</version.javafx>
|
<version.javafx>17.0.1</version.javafx>
|
||||||
<version.junit>5.7.2</version.junit>
|
<version.junit>5.7.2</version.junit>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue