18 lines
		
	
	
		
			392 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			392 B
		
	
	
	
		
			Plaintext
		
	
	
	
plugins {
 | 
						|
  id("otel.bom-conventions")
 | 
						|
}
 | 
						|
 | 
						|
description = "OpenTelemetry Instrumentation Bill of Materials"
 | 
						|
group = "io.opentelemetry.instrumentation"
 | 
						|
base.archivesName.set("opentelemetry-instrumentation-bom")
 | 
						|
 | 
						|
javaPlatform {
 | 
						|
  allowDependencies()
 | 
						|
}
 | 
						|
 | 
						|
dependencies {
 | 
						|
  api(platform("io.opentelemetry:opentelemetry-bom"))
 | 
						|
}
 | 
						|
 | 
						|
otelBom.projectFilter.set { it.findProperty("otel.stable") == "true" }
 |