I amk learning gradle kotlin DSL. Why is this code example failing to compile with Gradle 6.7.1?

前端 未结 0 1159
南旧
南旧 2020-12-03 12:03

the following lines do not compile in my build.gradle.kts, but I do not understand why:

tasks.getting(JavaExec::class) {
  standardInput=System.in
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题