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 7.5.1
7.5.1
Created 16 October 2021.
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 "7.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.projektor:gradle-plugin:7.5.1") } } apply(plugin = "dev.projektor.publish")
- Applying plugins to all subprojects .