As the title suggests, when importing when creating an application using Springboot with STS It got stuck during the build and STS stopped completely. Looking at the error message
org.gradle.tooling.BuildException: Gradle distribution 'https://services.gradle.org/distributions/gradle-5.4.1-bin.zip'Could not perform build action using.
Comes out.
https://stackoverrun.com/ja/q/11329562
In this answer, it's in .gradle / caches / 5.4.1 in a hidden folder in your user directory Moved the "scripts" and "scripts-remapped" folders, restarted STS → imported to build.
-I think the cause is the Gradle version, so build with the latest version. → STS has solidified.
-Is it caused by the memory of Eclipse? https://qiita.com/crarrry/items/7601290c11f7a310913b With reference to this, I tried to increase the memory. → STS has solidified.
-Since it freezes in the same place every time, it is identified that the cause is that a file is created strangely during the import. https://stackoverrun.com/ja/q/11329562
An unexpected termination occurred during the import, and a half-finished file was created during the Gradle build.
It tends to take time to build the environment. There was more information about these errors in Android studio than in STS, so I hope you find it helpful.
Mac Catalina version 10.15.4 JDK 14.0.1 STS 4.6.1
reference https://qiita.com/crarrry/items/7601290c11f7a310913b https://stackoverrun.com/ja/q/11329562
Real Estate SHOP Nakajitsu is looking for friends to create their own services. For more information, please contact Wantedly.
Recommended Posts