Gradle Modernizer plugin

Gradle plugin for detecting use of legacy APIs which modern Java versions supersede.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.andygoossens
ArtifactId

ArtifactId

gradle-modernizer-plugin
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Modernizer plugin
Gradle plugin for detecting use of legacy APIs which modern Java versions supersede.
Project URL

Project URL

https://github.com/andygoossens/gradle-modernizer-plugin
Source Code Management

Source Code Management

https://github.com/andygoossens/gradle-modernizer-plugin

Download gradle-modernizer-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.andygoossens/gradle-modernizer-plugin/ -->
<dependency>
    <groupId>com.github.andygoossens</groupId>
    <artifactId>gradle-modernizer-plugin</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andygoossens/gradle-modernizer-plugin/
implementation 'com.github.andygoossens:gradle-modernizer-plugin:1.4.0'
// https://jarcasting.com/artifacts/com.github.andygoossens/gradle-modernizer-plugin/
implementation ("com.github.andygoossens:gradle-modernizer-plugin:1.4.0")
'com.github.andygoossens:gradle-modernizer-plugin:jar:1.4.0'
<dependency org="com.github.andygoossens" name="gradle-modernizer-plugin" rev="1.4.0">
  <artifact name="gradle-modernizer-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andygoossens', module='gradle-modernizer-plugin', version='1.4.0')
)
libraryDependencies += "com.github.andygoossens" % "gradle-modernizer-plugin" % "1.4.0"
[com.github.andygoossens/gradle-modernizer-plugin "1.4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0