Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko authored Jan 22, 2024
1 parent e2ae243 commit 659aef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Notable builds:
### Gradle Build Scans

[Gradle Build Scans](https://scans.gradle.com/) can provide insights into a Dokka Build.
JetBrains runs a Gradle Build Scan server https://ge.jetbrains.com/scans?search.rootProjectNames=dokka
JetBrains runs a [Gradle Develocity server](https://ge.jetbrains.com/scans?search.rootProjectNames=dokka).
that can be used to automatically upload reports.

To automatically opt in add the following to `$GRADLE_USER_HOME/gradle.properties`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ gradleEnterprise {
capture {
isTaskInputFiles = true
isBuildLogging = true
isBuildLogging = true
isUploadInBackground = true
}
}
Expand Down

0 comments on commit 659aef4

Please sign in to comment.