Skip to content

Commit

Permalink
fix: comment out unused variable to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Nov 7, 2023
1 parent 2ab90fa commit 896a7b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import java.nio.file.Path
import kotlin.io.path.Path
import kotlin.io.path.exists

private val isDev = System.getProperty("java.class.path", "").contains(".gradle/caches")
// private val isDev = System.getProperty("java.class.path", "").contains(".gradle/caches")

class Configure {
companion object {
Expand Down

0 comments on commit 896a7b0

Please sign in to comment.