subprojects { val proj = this plugins.withId("java") { configure { archivesName.set("opentelemetry-extension-${proj.name}") } } }