gs-gradle icon indicating copy to clipboard operation
gs-gradle copied to clipboard

Building Java Projects with Gradle :: Learn how to build a Java project with Gradle.

Results 9 gs-gradle issues
Sort by recently updated
recently updated
newest added

Would be good to update the version of Gradle from 6.X to 7.X (7.4.2) and java from 8 to 17.

The README suggest: ![github1](https://user-images.githubusercontent.com/108141712/192822337-1ae6fcfd-175f-40b3-9aa4-83c966d02ba3.PNG) but i'm getting this error: ![github3](https://user-images.githubusercontent.com/108141712/192823124-bbaecf50-0fef-489e-89d3-9131ee983f1a.PNG) I'm using gradle in this version: ![github2](https://user-images.githubusercontent.com/108141712/192823579-43daaeaf-3952-4109-93d2-8fd0cbbe6053.PNG) gradle tasks works only after build.gradle now.

-In Install Gradle, we have a new welcome message; -In Find out what Gradle can do, gradle tasks doesn't work before creating a build.gradle in current version #40 (issues); So...

I am getting an error on running `gradle tasks`. ``` Starting a Gradle Daemon (subsequent builds will be faster) FAILURE: Build failed with an exception. * What went wrong: Executing...

The eclipse plugin is not mentioned in the README instructions/documentation, nor does it seem to be required to run this effectively, just a thought from a beginner