Re: gradle issues/questions

2021-01-23 Thread Ernie Rael
"./gradlew build --scan" showed deprecation The configuration :extensions:compileClasspath was resolved without accessing the project in a safe manner. This seems related to the type of problem I'm having, so I'll see what I can see. The deprecation warning suggested looking at http

Re: gradle issues/questions

2021-01-22 Thread Ernie Rael
On 12/26/2020 12:26 PM, Laszlo Kishalmi wrote: https://docs.gradle.org/current/userguide/publishing_maven.html That link was useful to discover that the project's gradle setup is aged. It doesn't use publishing_maven; and I had to learn how to work around some "won't fix" issues with its build.

Re: gradle issues/questions

2020-12-26 Thread Laszlo Kishalmi
https://docs.gradle.org/current/userguide/publishing_maven.html On 12/26/20 10:16 AM, Ernie Rael wrote: Season's greetings to all, I'm working with a maven project that uses a library; I need to fix a bug in the library. After the fix, I'll want to publish the library to my maven groupid. Aft

gradle issues/questions

2020-12-26 Thread Ernie Rael
Season's greetings to all, I'm working with a maven project that uses a library; I need to fix a bug in the library. After the fix, I'll want to publish the library to my maven groupid. After downloading the project, I discovered it used gradle for building. My final fix to get it to build was