Top "Gradle-eclipse" questions

Gradle plugin for support of all Eclipse files for a project

How to add local .jar file dependency to build.gradle file?

So I have tried to add my local .jar file dependency to my build.gradle file: apply plugin: 'java' sourceSets { …

java gradle dependency-management build.gradle gradle-eclipse
Eclipse Gradle Plugin 'could not fetch model of type'

I am running Eclipse Luna on OS X with Gradle IDE 3.6.1 and anytime I try to select a project from …

eclipse gradle gradle-eclipse
Running Gradle project via Eclipse errors "system Cannot find System Java Compiler"

When I run Gradle project via Eclipse I get below error. system Cannot find System Java Compiler. Ensure that you …

java eclipse gradle gradle-eclipse
Peer not authenticated while importing Gradle project in eclipse

While I am importing gradle project in eclipse, it is giving me this error. FAILURE: Build failed with an exception. * …

java gradle android-gradle-plugin build.gradle gradle-eclipse
Execution failed for task ':compileJava'. > invalid source release: 1.7

I am using : gradle-2.3 javac -version = 1.7 jre = 1.7 regedit shows it is pointing to 1.7. But I am still getting below error …

java build.gradle gradle-eclipse
Is there any way to integrate Eclipse with Gradle in Android project?

I have Android project with standard build.gradle (also I added android annotations). Also I installed Gradle plugin (from http://…

android eclipse gradle android-gradle-plugin gradle-eclipse
Gradle build failure: Could not resolve all dependencies for configuration ':classpath'

I have this error: A problem occurred configuring root project <project-name> Could not resolve all dependencies for configuration …

gradle build.gradle gradle-eclipse
How to start with STS and Gradle

Installed Kepler-based STS 3.4.0.RELEASE (current latest version) and the Gradle Support package from the Dashboard Extensions. Now I would like …

eclipse spring gradle sts-springsourcetoolsuite gradle-eclipse
Migrating from existing dynamic web project to gradle

I am having an existing java dynamic web project which I created using eclipse. I usually just create a war …

java eclipse tomcat gradle gradle-eclipse
Invalid classpath publish/ export dependency /ouat-contract. Project entries not supported

I am trying create an Gradle multi project similar to this structure ouat-services - ouat-contract - ouat-servicesImpl (web project) I …

gradle gradle-eclipse