Skip to content

Commit

Permalink
[gradle] Skip EUR in runConsole
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Jul 16, 2023
1 parent b29b8f0 commit 26539e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public class MiraiConsoleGradlePlugin : Plugin<Project> {
}
}
runConsole.standardInput = System.`in`
runConsole.jvmArgs("-Dmirai.console.skip-end-user-readme")

buildPluginTasks.forEach { runConsole.dependsOn(it.first) }
miraiExtension.consoleTestRuntimeConf.forEach { it.invoke(runConsole) }
Expand Down

0 comments on commit 26539e8

Please sign in to comment.