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