Skip to content

Instantly share code, notes, and snippets.

@ahoffer
Created October 15, 2021 19:24
Show Gist options
  • Save ahoffer/12a25c23f919f7b235d5a611a4971154 to your computer and use it in GitHub Desktop.
Save ahoffer/12a25c23f919f7b235d5a611a4971154 to your computer and use it in GitHub Desktop.
Bad Gradle XJC
plugins {
id("com.github.bjornvester.xjc").version("1.4")
}
dependencies {
implementation(project(":pen:pen-api"))
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.2")
xjcPlugins("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.2")
xjcPlugins("org.jvnet.jaxb2_commons:jaxb2-basics:1.11.1")
}
group = "com.xxx"
xjc {
options.addAll("-Xequals")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment