"./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
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.
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