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

Generated build-dashboard link is incorrect #1019

Closed
JLLeitschuh opened this issue Aug 8, 2018 · 1 comment
Closed

Generated build-dashboard link is incorrect #1019

JLLeitschuh opened this issue Aug 8, 2018 · 1 comment

Comments

@JLLeitschuh
Copy link
Contributor

The link generated for this accessor is incorrect:

/**
 * The builtin Gradle plugin implemented by [org.gradle.api.reporting.plugins.BuildDashboardPlugin].
 *
 * Visit the [plugin user guide](https://docs.gradle.org/current/userguide/buildDashboard_plugin.html) for additional information.
 *
 * @see org.gradle.api.reporting.plugins.BuildDashboardPlugin
 */
inline val PluginDependenciesSpec.`build-dashboard`: PluginDependencySpec
    get() = id("org.gradle.build-dashboard")

Instead, it should be this:
https://docs.gradle.org/current/userguide/build_dashboard_plugin.html

------------------------------------------------------------
Gradle 4.9
------------------------------------------------------------

Build time:   2018-07-16 08:14:03 UTC
Revision:     efcf8c1cf533b03c70f394f270f46a174c738efc

Kotlin DSL:   0.18.4
Kotlin:       1.2.41
Groovy:       2.4.12
Ant:          Apache Ant(TM) version 1.9.11 compiled on March 23 2018
JVM:          1.8.0_92 (Oracle Corporation 25.92-b14)
OS:           Mac OS X 10.13.5 x86_64
@eskatos
Copy link
Member

eskatos commented Aug 8, 2018

Already fixed, closing as duplicate of #835

@eskatos eskatos closed this as completed Aug 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants