Versions Gradle Plugin

Gradle plugin to report newer versions of dependencies

License

License

ISC
GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

vplugin
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Versions Gradle Plugin
Gradle plugin to report newer versions of dependencies
Project URL

Project URL

https://github.com/nwillc/vplugin
Source Code Management

Source Code Management

https://github.com/nwillc/vplugin

Download vplugin

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.+
org.assertj : assertj-core jar 1.+

Project Modules

There are no modules declared in this project.

license Build Status Gradle Plugins

vplugin

A Gradle plugin to report newer versions of a builds dependencies. Traverses your plugin, compile and runtime dependencies. For each dependency, all of your declared repositories are checked, and the highest version is found. A text report is generated showing the dependencies, their current version, and higher ones if available.

Use

See Gradle Plugins.

Configuring the Plugin

The plugin requires no configuration it relies on the existing repos and dependencies.

Running

./gradlew versions

Plugins
=======
Repositories
------------
        https://plugins.gradle.org/m2/

Artifact                                                                            Using          Update
--------                                                                            -----          ------
com.github.ngyewch.git-version:com.github.ngyewch.git-version.gradle.plugin         0.2
com.github.nwillc.vplugin:com.github.nwillc.vplugin.gradle.plugin                   2.3.0
com.jfrog.bintray:com.jfrog.bintray.gradle.plugin                                   1.8.4
io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin               1.0.0.RC9.2
org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               0.9.17
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     1.3.11
org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin                           1.20.1

Dependencies
============
Repositories
------------
        https://jcenter.bintray.com/

Artifact                                                                            Using              Update
--------                                                                            -----              ------
io.mockk:mockk                                                                      1.8.13.kotlin13
org.assertj:assertj-core                                                            3.11.1
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable                           1.3.11
org.junit.jupiter:junit-jupiter-api                                                 5.3.1              5.3.2
org.junit.jupiter:junit-jupiter-engine                                              5.3.1              5.3.2

Implementation Note

Since 3.0.0+ implemented in Kotlin.

Versions

Version
1.2
1.1
1.0