Can't build KubeJS in IntelliJ. #670
-
Doing Gradle sync in IntelliJ returns an error after around an hour:
I can download the file manually, but I have no idea where to put it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
wait a sec downloading it manually gives me a different file size than chrome says edit: so i just tried again and the file size was different than it was earlier... |
Beta Was this translation helpful? Give feedback.
-
I fixed it by downloading the file from another source, getting the SHA1 of the file by using the link above and adding |
Beta Was this translation helpful? Give feedback.
I fixed it by downloading the file from another source, getting the SHA1 of the file by using the link above and adding
.sha1
to the end (and getting the SHA1 of the downloaded file to make sure its correct), navigating to%userprofile%\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j\61.1
and creating a folder with the file's SHA1 hash as its name, and putting the file inside. I then repeated this for the .pom file, the sources jar, and the javadoc jar (this might not have been necessary but whatever).