HelloWorld-Java icon indicating copy to clipboard operation
HelloWorld-Java copied to clipboard

Unable to build the Gradle project

Open companallc opened this issue 1 year ago • 0 comments

ISSUE:

  • After I clone the Repo and fill in the application.properties, I try to run ./gradlew.bat bootRun on Windows terminal and I get the following output:

Welcome to Gradle 8.5!

...

Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

  • Where: Build file 'C:\Users\chris\OneDrive\Documents\GitHub\QuickBooks\HelloWorld-Java\build.gradle' line: 14

  • What went wrong: A problem occurred evaluating root project 'HelloWorld-Java'.

'void org.gradle.api.internal.artifacts.publish.ArchivePublishArtifact.(org.gradle.api.tasks.bundling.AbstractArchiveTask)'


TROUBLESHOOTING:

  • I have updated Gradle, Maven, & Spring Boot locally
  • I have turned off my VPN & Firewall
  • Deleted project and re-cloned from GitHub
  • Changed Gradle JVM to 1.8

companallc avatar Oct 28 '24 03:10 companallc