github에서 scala + gradle 조합을 찾다가 찾은 좋은 팁이다.
// Workaround for Gradle 3.+ and IDEA ()
// Workaround for Gradle 3.+ and IDEA (https://discuss.gradle.org/t/idea-integration-with-scala-plugin-broken-since-gradle-3-0-no-such-property-daemonserver/19159/2)
ScalaCompileOptions.metaClass.daemonServer = true
ScalaCompileOptions.metaClass.fork = true
ScalaCompileOptions.metaClass.useAnt = false
ScalaCompileOptions.metaClass.useCompileDaemon = false
'Tool' 카테고리의 다른 글
맥북에서 크롬캐스트2 이용할 수 있는 앱 (0) | 2017.06.08 |
---|---|
에러를 저장하는 sentry 설정. (0) | 2017.04.10 |
[git] git clone할 때 yes/no 안 물어보게 설정하기 (0) | 2017.02.01 |
[git] 모든 branch (hotfix, feature, branch) 지우기 (0) | 2017.01.03 |
[구글 크롬 브라우져] 단축키 (0) | 2016.06.25 |