-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I have seen similar questions on here, but still a bit fuzzy. How would the Gradle build file below (for example) be look in sourceSets/version 2.0 land?
plugins {
id("org.unbroken-dome.xjc")
}
dependencies {
api("com.foo.bar:jaxb-adapters:${project.version}")
}
tasks {
"xjcGenerate" {
extension = true
source = fileTree("src/main/resources/export") { include("**/*.xsd") }
bindingFiles = fileTree("src/main/resources/bindings") { include("**/*.xml") }
extraArgs = ["-npa", "-no-header"]
}
}
cskramer, vladimirsvicevicsrb and c-sauerborn
Metadata
Metadata
Assignees
Labels
No labels