Skip to content

Tag: gradle

Synchronize Gradle projects with workspace failed

I’ve the Spring Tool Suite v3.8.3 and its component Spring IDE v3.8.4.201702201939-CI-B1500. I’ve also the Gradle Buildship v2.0. I created a project with JHipster v4.0.5 but is not possible to import it. (there were not errors before the Gradle Buildship 2). Below the error: Synchronize Gradle pr…

Migrate frontend-maven-plugin from maven to gradle

I have a com.github.eirslett:frontend-maven-plugin in my maven project. Now I need to migrate it into gradle but I can’t find examples how to do it. Grade migration tool translates only dependencies but not plugins. Is there some examples, how can I use frontend-maven-plugin in gradle? Answer You may no…