dev.projektor.publish
Owner: Craig Atkinson
Automatically publish test reports to a Projektor report server
https://projektor.dev/docs/gradle-plugin/
Sources: https://github.com/craigatk/projektor
Version 2.0.0
2.0.0
Created 28 February 2020.
Automatically publish test reports to a Projektor report server
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.projektor.publish") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.projektor:gradle-plugin:2.0.0") } } apply(plugin = "dev.projektor.publish")
- Applying plugins to all subprojects .