Hello, new Gradle user here,
• Migrating from Maven to Gradle 8.7.
• Following instructions in
https://docs.gradle.org/current/userguide/migrating_from_maven.html
• Successfully did a Maven scan. Next step was to create the Gradle build:
• datasketches-java-gradle $
gradle init
◦ Found a Maven build. Generate a Gradle build from this? yes
◦ Select build script DSL: 2 >Groovy
◦ Generate build using new APIs and behavior? yes
◦ Output:
>
BUILD SUCCESSFUL in 1m 19s
> 1 actionable task: 1 executed
• Next step, do a scan of the Gradle build:
• datasketches-java-gradle $
gradle build --scan
◦ Output
>
FAILURE: Build failed with an exception.
> * Where:
> Auto-applied by using --scan
> * What went wrong:
> Error resolving plugin [id: ‘com.gradle.enterprise’, version: ‘3.16.2’, artifact: ‘com.gradle
gradle enterprise gradle plugin3.16.2’]
> > Included build ‘/Users/lrhodes/dev/git/Apache/datasketches-java-gradle/build-logic’ does not exist.
I also created the stacktrace, but the problem is stated above.
Help would be appreciated.
Thanks,
Lee.
P.S. Running on MacOS Sonoma 14.4.1, MacBook Pro M1, 16-inch 2021
My Application is compiled with Java 8