Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascayuelas committed Nov 15, 2023
1 parent 9ebbca3 commit 4a31151
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ fun includeOrNotModulesToCommand(modules: List<String>, platform: String, includ
}.toTypedArray()
}

fun buildExcludeOptions(modules: List<String>): Array<String> {
return modules.flatMap { module -> listOf("-x", ":$module:build") }.toTypedArray()
}

fun getGradleCommand(platform: String): String {
return if (platform == "mingwX64") "gradlew.bat" else "./gradlew"
}
Expand Down

0 comments on commit 4a31151

Please sign in to comment.