개발2019. 2. 13. 10:40
Warning: root project 'backendCore': Web Facets/Artifacts will not be configured properly
Details: org.gradle.internal.typeconversion.UnsupportedNotationException: Cannot convert the provided notation to a File or URI: .
The following types/formats are supported:
  - A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
  - A String or CharSequence URI, for example 'file:/usr/include'.
  - A File instance.
  - A Path instance.
  - A Directory instance.
  - A RegularFile instance.

  - A URI or URL instance.



IntelliJ를 2016버전에서 2018버전으로 업데이트 하고 난 뒤에 여러 문제들이 생겼다.

새로운 솔루션을 Git에서 다운 받은 뒤 Gradle을 실행시키니 위와 같은 에러가 발생했다.

이유는 새로운 2018버전과 Gradle의 버전문제였다.

Gradle홈페이지에서 새버전을 다운 받은뒤 IntelliJ설정에서 Gradle을 다운받은 새 버전으로 지정 해주면 문제는 해결된다.

Posted by Z700zZz