Git Product home page Git Product logo

Comments (3)

reap avatar reap commented on March 29, 2024

I got the same error, but was able to import the project after changing the Gradle distribution used by the plugin to gradle-1.7

from eclipse-integration-gradle.

kenyee avatar kenyee commented on March 29, 2024

I can confirm @reap's workaround.
Plugin should be updated so default uses the latest Gradle distribution automatically (it defaults to 1.5).

Workaround in detail is:

  • download latest Gradle (1.7)
  • in Eclipse, do Windows/Preferences
  • choose Gradle on the left
  • update Gradle Distribution in the dialog to point to the folder you installed the latest Gradle into

from eclipse-integration-gradle.

kdvolder avatar kdvolder commented on March 29, 2024

It is probably a good idea to update to later version of tooling API. However if a project requires a specific version of gradle you should be using the gradle wrapper mechanism. That way you can specify as part of your project's build what version of gradle should be used.

If you do not use the wrapper to specify a version, you are essentially saying you don't care what version should be used.

I've opened a ticket to update the tooling API version (which will change the default version of gradle used if its not specified by the user or project).

https://issuetracker.springsource.com/browse/STS-3565

Closing this issue.

from eclipse-integration-gradle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.