Skip to content

Commit

Permalink
rename gradle conventions for otel
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Jul 24, 2023
1 parent 750ac63 commit e3c1724
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

plugins {
id("splunk.spotless-conventions")
id("otel.spotless-conventions")
}

allprojects {
Expand All @@ -28,5 +28,5 @@ allprojects {
}

subprojects {
apply(plugin = "splunk.spotless-conventions")
apply(plugin = "otel.spotless-conventions")
}
4 changes: 2 additions & 2 deletions instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library")
id("splunk.android-library-conventions")
id("splunk.errorprone-conventions")
id("otel.android-library-conventions")
id("otel.errorprone-conventions")
}

// This submodule is alpha and is not yet intended to be used by itself
Expand Down

0 comments on commit e3c1724

Please sign in to comment.