Skip to content

Commit

Permalink
Remove debugging construction
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Dec 15, 2023
1 parent ba7de8f commit 3cf3e15
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test-model-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}


//do not copy below for public release - it is debug noise to generate classpath files for CLI unit testing
tasks.withType<Test> {
this.classpath.forEach { println(it) }
}

0 comments on commit 3cf3e15

Please sign in to comment.