How to publish Java Artifact using Build tool Gradle To Repository (Nexus)
How to publish Using Gradle build tool
You need to configure each build tool with Nexus credentials and address
Add the following code snippet in the build.gradle file in your project.
This file is also called the Gradle build script. The build conf...
pankaj-singhr.hashnode.dev2 min read