ngbinh / gradle-scalastyle-plugin

Gradle plugin for scalastyle
18 stars 16 forks source link

Fix Gradle Up-To-Date check. #43

Closed wdschei closed 6 years ago

wdschei commented 6 years ago

This will definitely fix #21 and might also address #42 .

wdschei commented 6 years ago

This new layout makes it easy to support Scala v2.13 and v2.14 when they are released too.

ngbinh commented 6 years ago

Thanks, will release new version today

wdschei commented 6 years ago

Glad we could help out on this. We were finishing the cleanup of our build for Repose and this was the last task that was not honoring the new Gradle Up To Date checks. We will start consuming the new version as soon as it is cut.

We started maintaining the abandoned gradle-jaxb-plugin and converted a maven plugin over to Gradle for verifying our Asciidoctor docs before publishing that is called gradle-linkchecker-plugin.

If you need any help with #10 just let me know. It is pretty easy as long as you always use the latest plugin-publish-plugin. The instructions can be found here.

We have also found gradleTest to be handy for confirming the plugins we maintain are compatible with older versions of Gradle.

Thanks for keeping this plugin alive.

ngbinh commented 6 years ago

@wdschei could you step up and help me maintain this plugin? I haven't been able to keep up with this.

Many thanks for the contribution.

wdschei commented 6 years ago

@ngbinh What kind of help are you needing?