This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
cecf
/
opentelemetry-java-instrumentation
Suivre
7
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6ceeacd381
Branches
Tags
v250_kafka
opentelemetry-j...
/
.github
/
scripts
/
local.init.gradle.kts
local.init.gradle.kts
93 B
Historique
Raw
1
2
3
4
5
6
allprojects {
repositories {
mavenLocal()
removeIf { it.name == "sonatype" }
}
}