在Kotlin中,在Intellij上使用gradle来运行Spring Boot的任务bootRun,我得到以下错误:
BUILD FAILED
Total time: 0.085 secs
Could not set unknown property 'addResources' for task ':bootRun'
of type org.springframework.boot.gradle.tasks.run.BootRun.
Run Code Online (Sandbox Code Playgroud)
我正在使用kotlinVersion ='1.1.4-3',springBootVersion ='2.0.0.M3'而我的bootrun任务在我的gradle.build中看起来如下所示
bootRun
{
addResources = true
}
Run Code Online (Sandbox Code Playgroud)
我的bootRun按预期工作,无需调整bootRun任务