org.hibernate.build.xjc
Owner: Hibernate.org
JAXB binding model generation using the XJC tool
https://github.com/hibernate/gradle-xjc-plugin
Sources: https://github.com/sebersole/gradle-maven-publish-auth
Version 2.2.0 (latest)
2.2.0
Created 19 July 2021.
JAXB binding model generation using the XJC tool
Add this plugin to your build using the plugins DSL:
plugins {
id("org.hibernate.build.xjc") version "2.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.hibernate.build.gradle:gradle-xjc-plugin:2.2.0") } } apply(plugin = "org.hibernate.build.xjc")
- Applying plugins to all subprojects .