Skip to content

Commit

Permalink
Updating to use plugin 1.14.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk authored May 30, 2024
1 parent fb24991 commit 544451a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To start using the plugin, first add the plugin to the `plugins` block in your `

```groovy
plugins {
id 'com.atkinsondev.opentelemetry-build' version "1.13.0"
id 'com.atkinsondev.opentelemetry-build' version "1.14.0"
}
```

Expand Down Expand Up @@ -217,7 +217,7 @@ Configure the plugin in `build.gradle` to point at the gRPC endpoint running on

```groovy
plugins {
id 'com.atkinsondev.opentelemetry-build' version "1.13.0"
id 'com.atkinsondev.opentelemetry-build' version "1.14.0"
}
openTelemetryBuild {
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id "org.jlleitschuh.gradle.ktlint" version "12.1.1"
id "dev.projektor.publish" version "8.7.0"
id "com.gradle.plugin-publish" version "1.2.1"
id "com.atkinsondev.opentelemetry-build" version "1.13.0"
id "com.atkinsondev.opentelemetry-build" version "1.14.0"
}

group = "com.atkinsondev"
Expand Down Expand Up @@ -79,4 +79,5 @@ openTelemetryBuild {
"x-honeycomb-team": System.getenv("HONEYCOMB_API_KEY") ?: project.findProperty('honeycomb_api_key') ?: "",
"x-honeycomb-dataset": "otel-gradle"
]
traceViewUrl = "https://ui.honeycomb.io/otel-gradle/environments/dev/datasets/gradle-builds/trace?trace_id={traceId}"
}

0 comments on commit 544451a

Please sign in to comment.