org.mockito.mockito-release-tools.e2e-test
Owner: Szczepan Faber
Release tools and Gradle plugins that automate Mockito continuous delivery.
Sources: https://github.com/mockito/mockito-release-tools
Version 0.8.54 (latest)
0.8.54
Created 29 May 2017.
This plugin version will no longer resolve after JCenter becomes a permanent redirect to Maven Central as it uses dependencies only found in JCenter. See the following blog post for details: https://blog.gradle.org/portal-jcenter-impact
Release tools and Gradle plugins that automate Mockito continuous delivery.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.mockito.mockito-release-tools.e2e-test") version "0.8.54"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.mockito:mockito-release-tools:0.8.54") } } apply(plugin = "org.mockito.mockito-release-tools.e2e-test")
- Applying plugins to all subprojects .