Skip to content

Commit ce5ebef

Browse files
refactor: add OENORM
1 parent 1880847 commit ce5ebef

File tree

5 files changed

+5989
-0
lines changed

5 files changed

+5989
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ plugins {
1212
id 'com.github.bjornvester.xjc' version "1.8.1" // https://github.com/bjornvester/xjc-gradle-plugin
1313
}
1414

15+
/* compileJava {
16+
sourceCompatibility = JavaVersion.VERSION_21
17+
targetCompatibility = JavaVersion.VERSION_21
18+
} */
19+
1520
dependencies {
1621
// ControlsFX
1722
implementation('org.controlsfx:controlsfx:11.2.1') {
@@ -91,6 +96,8 @@ javafx {
9196

9297
xjc {
9398
xsdDir.set(layout.projectDirectory.dir("src/main/schema")) // by default src/main/resource
99+
// options = ["-extension"]
100+
options = ["-extension", "-encoding", "UTF-8"]
94101
}
95102

96103
version = '24.04.24'

0 commit comments

Comments
 (0)