Skip to content

Commit

Permalink
Conf mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Jul 22, 2024
1 parent a7891fa commit a2550cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decomat-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ tasks.forEach {

// find every task ending with SourcesJar and make it depend on kspCommonMainKotlinMetadata
tasks.matching { true }.configureEach {
println("---------- [MATCHING TRUE] Task: ${it.name} - ${it::class.java} ${if (name.endsWith("SourcesJar")) "(YAY)" else ""} ----------")
println("---------- [MATCHING TRUE] Task: ${name} - ${this::class.java} ${if (name.endsWith("SourcesJar")) "(YAY)" else ""} ----------")

//dependsOn("kspCommonMainKotlinMetadata")
}
Expand Down

0 comments on commit a2550cf

Please sign in to comment.