name.remal.use-jar-archives-for-testing
Owner: Semyon Levin
Plugin that configurers using Jar archives for tests's classpath instead of main source-set output. Min Gradle version: 4.5.
https://remal.gitlab.io/gradle-plugins/plugins/name.remal.use-jar-archives-for-testing/
Sources: https://gitlab.com/remal/gradle-plugins.git
Version 1.0.206
1.0.206
Created 14 July 2020.
Plugin that configurers using Jar archives for tests's classpath instead of main source-set output. Min Gradle version: 4.5.
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.use-jar-archives-for-testing") version "1.0.206"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("name.remal:gradle-plugins:1.0.206") } } apply(plugin = "name.remal.use-jar-archives-for-testing")
- Applying plugins to all subprojects .