Closed Novaax closed 5 years ago
Hi, this is a known problem in Gradle, that it does not support Java version based profile activation. Please see https://github.com/phax/ph-jaxb-pom#gradle-usage for details.
Hello, Thank you very much for the link. I also had to exclude the pom file from the build.
compile group: 'com.helger', name: 'ph-schematron', version: '5.2.0',
{
exclude group: 'com.helger', module: 'ph-jaxb-pom'
}
Ah okay - thanks. I will update the documentation accordingly :)
Hello, when I try to include ph-schematron in my project, the Gradle Process can't find the ph-jaxb library.
So I looked at MavenCentral to see if there was a working reference to project, but unfortunately the compile path there didn't help.