You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data classInternalArtifactResult(valid:ComponentArtifactIdentifier, valfile:File)
167
-
val resolvedArtifacts = schemaJarArtifacts.get().zip(schemaJarFiles.get()) { id, file ->InternalArtifactResult(id, file) }
168
-
val found = resolvedArtifacts.find { it.id.componentIdentifier.displayName.contains(dependency.group +":"+ dependency.name) }
157
+
val found = dgsCodegenConfig.incoming.artifacts.resolvedArtifacts.get().find { it.id.componentIdentifier.displayName.contains(dependency.group +":"+ dependency.name) }
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/main/kotlin/com/netflix/graphql/dgs/codegen/gradle/InternalSimpleDependency.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/test/kotlin/com/netflix/graphql/dgs/CodegenGradlePluginCompatibilityTest.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/test/kotlin/com/netflix/graphql/dgs/CodegenGradlePluginConfigurationCacheTest.kt
0 commit comments