stianh / gradle-jaxb-plugin

Gradle plugin for generating jaxb classes.
17 stars 11 forks source link

Publish a new release? #21

Closed pvdissel closed 10 years ago

pvdissel commented 10 years ago

It looks like the code on the master != release 2.0 in maven-central/jcenter.

When applying release 2.0 to my project with Gradle 1.11 I get the warnings:

The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.

As the warnings suggest, with Gradle 2.0-rc-1 the plugin is unusable as it results in an error:

* What went wrong:
A problem occurred evaluating script.
> Could not find method add() for arguments [jaxb, no.entitas.gradle.jaxb.plugin.JaxbPlugin$_apply_closure1@79726c51] on configuration container.

This, while on the master this issue was already fixed a year ago (23-5-2013).

Can you please publish a new release to make the plugin compatible with Gradle 2+?

stigkj commented 10 years ago

Sorry for taking this long to answer, but we are not maintaining this plugin anymore. You should look at jacobono's alternative instead.