Laurence Gonsalves
04/26/2024, 2:33 AMephemient
04/26/2024, 2:39 AMLaurence Gonsalves
04/26/2024, 3:33 AMabstract class GraphQLJavaAlignmentRule: ComponentMetadataRule {
override fun execute(ctx: ComponentMetadataContext) {
ctx.details.run {
if (id.group == "com.graphql-java") {
belongsTo("com.expediagroup:graphql-kotlin-virtual-platform:7.1.1")
}
}
}
}
components.all<GraphQLJavaAlignmentRule>()
implementation("com.graphql-java:graphql-java-extended-scalars")
and Gradle always says "Could not find com.graphql-javagraphql java extended scalars."ephemient
04/26/2024, 5:31 AMLaurence Gonsalves
04/26/2024, 4:59 PM