Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Gradle
com.gradle.build-scan
PluginId
Author
com.gradle.build-scan
Owner: Gradle
A build scan is a shareable and centralized record of a build that provides insights into what happened and why.
https://scans.gradle.com/plugin/
Sources: https://github.com/gradle/gradle
Version 1.15.1
1.15.1
Created 05 July 2018.
New in this version:
- Fix for potential classloader leak when using buildScan.background()
Compatible with scans.gradle.com and Gradle Enterprise 2018.3 or later.
Other versions
- 3.18.2
- 3.18.1
- 3.18
- 3.17.6
- 3.17.5
- 3.17.4
- 3.17.3
- 3.17.2
- 3.17.1
- 3.17
- 3.16.2
- 3.16.1
- 3.16
- 3.15.1
- 3.15
- 3.14.1
- 3.14
- 3.13.4
- 3.13.3
- 3.13.2
- 3.13.1
- 3.13
- 3.12.6
- 3.12.5
- 3.12.4
- 3.12.3
- 3.12.2
- 3.12.1
- 3.12
- 3.11.4
- 3.11.3
- 3.11.2
- 3.11.1
- 3.11
- 3.10.3
- 3.10.2
- 3.10.1
- 3.10
- 3.9
- 3.8.1
- 3.8
- 3.7.2
- 3.7.1
- 3.7
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6
- 3.5.2
- 3.5.1
- 3.5
- 3.4.1
- 3.4
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3
- 3.2.1
- 3.2
- 3.1.1
- 3.1
- 3.0
- 2.4.2
- 2.4.1
- 2.4
- 2.3
- 2.2.1
- 2.2
- 2.1
- 2.0.2
- 2.0.1
- 2.0
- 1.16
- 1.15.2
- 1.15
- 1.14
- 1.13.4
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13
- 1.12.1
- 1.12
- 1.11
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10
- 1.9.1
- 1.9
- 1.8
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1.1
- 1.1
- 1.0
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gradle.build-scan") version "1.15.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gradle:build-scan-plugin:1.15.1") } } apply(plugin = "com.gradle.build-scan")
- Applying plugins to all subprojects .