Skip to content

Commit

Permalink
fix build (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jul 10, 2024
1 parent c29d4df commit 1072d79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc-snippets/spring-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ dependencies {
implementation("io.opentelemetry.instrumentation:opentelemetry-spring-boot-starter")
implementation("io.opentelemetry.contrib:opentelemetry-samplers:1.33.0-alpha")
}

springBoot {
mainClass = "otel.Application"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package otel;

import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class Application {}

0 comments on commit 1072d79

Please sign in to comment.