Skip to content

Releases: augi/gradle-wartremover

Wartremover updated to 2.4.16

21 Jul 10:45
Compare
Choose a tag to compare
0.14.2

chore: wartremover versions updated Fixes #54

@CompileStatic used where possible

20 Apr 09:10
Compare
Choose a tag to compare

The aim is to make the plugin less dependent on Groovy.

Gradle 7.0

20 Apr 07:41
e690786
Compare
Choose a tag to compare
chore(deps): update dependency gradle to v7 (#45)

* chore(deps): update dependency gradle to v7

* chore(gradle): deprecations handled

* chore(gradle): adjusted to Gradle 7

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michal Augustýn <michal.augustyn@avast.com>
Co-authored-by: Michal Augustýn <augustyn.michal@gmail.com>

Maven Central publishing

24 Mar 14:00
Compare
Choose a tag to compare
0.13.4

conf: Maven Central publishing

First publishing using GHA

22 Mar 16:33
Compare
Choose a tag to compare
0.13.3

chore: GitHub Actions, Bintray publishing removed

Scala 2.13.5 handled

23 Feb 08:45
Compare
Choose a tag to compare
0.13.2

feat: Scala 2.13.5 handled

Wartremover updated to 2.4.13

17 Dec 09:45
ad9f9e6
Compare
Choose a tag to compare
0.13.1

bump wartremover version to support scala 2.13.4 (#34)

classPaths option added

18 Nov 09:49
5b0b65a
Compare
Choose a tag to compare
Allow adding to wartremover classpath for using custom warts (#32)

* Allow adding to wartremover classpath for using custom warts

Now say you have some package mywarts.coolwarts and a wart you would like to use MyWart,
adding mywarts.coolwarts.MyWart as an errorWart and then adding the appropriate path to
additionalWarts will allow wartremover to pick up MyWart.

Co-authored-by: chinrank <jordanventers@gmaill.com>

Wartremover updated to 2.4.10

14 Jul 05:12
Compare
Choose a tag to compare
0.12.0

Add support for scala 2.12.12

Wartremover updated to 2.4.9

13 Jul 11:07
Compare
Choose a tag to compare
0.11.0

update wartremover to support 2.13.3