Skip to content

Commit 8886772

Browse files
committed
fix: circular dependency
1 parent 610da8d commit 8886772

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dts-generator/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ def explodeAar(File compileDependency, String outputDir) {
175175
}
176176
}
177177

178-
def buildMetadata = tasks.findByPath(":app:buildMetadata")
178+
// def buildMetadata = tasks.findByPath(":app:buildMetadata")
179179

180-
if (buildMetadata != null) {
181-
processResources.dependsOn(buildMetadata)
182-
compileJava.dependsOn(buildMetadata)
183-
}
180+
// if (buildMetadata != null) {
181+
// processResources.dependsOn(buildMetadata)
182+
// compileJava.dependsOn(buildMetadata)
183+
// }

0 commit comments

Comments
 (0)