Skip to content

Commit

Permalink
chore: Remove Gradle Testing Task
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Sep 18, 2023
1 parent 3d82ab3 commit dc2d9e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,3 @@ dependencies {

implementation(libs.androidx.activity.compose)
}

tasks.register("testTask") {
val hasProperty = project.hasProperty("minify")
doLast {
println("minify: $hasProperty")
}
}

0 comments on commit dc2d9e2

Please sign in to comment.