mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Resolve deprecated gradle function
This commit is contained in:
parent
85af94d810
commit
1461f048dd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if (gradle.startParameter.taskRequests.toString().contains("standard", true)) {
|
||||||
|
|
||||||
fun runCommand(command: String): String {
|
fun runCommand(command: String): String {
|
||||||
val byteOut = ByteArrayOutputStream()
|
val byteOut = ByteArrayOutputStream()
|
||||||
project.exec {
|
providers.exec {
|
||||||
commandLine = command.split(" ")
|
commandLine = command.split(" ")
|
||||||
standardOutput = byteOut
|
standardOutput = byteOut
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue