Skip to content

Commit

Permalink
more printout
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Jul 22, 2024
1 parent e7f8c65 commit 633b8d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions decomat-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ tasks.withType<org.gradle.jvm.tasks.Jar>().configureEach {
}
}

tasks.forEach {
println("---------- [PRINTING] Task: ${it.name} - ${it::class.java} ----------")
}

// find every task ending with SourcesJar and make it depend on kspCommonMainKotlinMetadata
//tasks.matching { name.endsWith("SourcesJar") }.configureEach {
// dependsOn("kspCommonMainKotlinMetadata")
Expand Down

0 comments on commit 633b8d3

Please sign in to comment.