Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Plugin accessor for the build-scan plugin #404

@eskatos

Description

@eskatos

This:

plugins {
    `build-scan`
}

would apply the latest version of the Build Scan plugin available when releasing the Kotlin DSL.

The documentation for the accessor would point to the Build Scan Plugin User Manual

Like with any other plugin accessors one can then specify a version if need be:

plugins {
    `build-scan` version "1.9"
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions