Skip to content

Commit

Permalink
refactor: add OENORM
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed May 2, 2024
1 parent 1880847 commit ce5ebef
Show file tree
Hide file tree
Showing 5 changed files with 5,989 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ plugins {
id 'com.github.bjornvester.xjc' version "1.8.1" // https://github.com/bjornvester/xjc-gradle-plugin
}

/* compileJava {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
} */

dependencies {
// ControlsFX
implementation('org.controlsfx:controlsfx:11.2.1') {
Expand Down Expand Up @@ -91,6 +96,8 @@ javafx {

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

version = '24.04.24'
Expand Down
Loading

0 comments on commit ce5ebef

Please sign in to comment.