glenkpeterson
12/27/2021, 6:33 PMbuild.gradle.kts
files. I've been manually signing in to Sonatype in order to "close" and "release" the uploaded artifacts for a few years. I never had to do this with my maven projects. I think it is not necessary any more with gradle. Is there a build.gradle.kts file you would suggest I copy from somewhere? For reference, here is one project's build file that I have to then close and release manually through the web UI: https://github.com/GlenKPeterson/Indented/blob/master/build.gradle.ktsmbonnin
12/27/2021, 6:36 PMmbonnin
12/27/2021, 6:38 PMglenkpeterson
12/27/2021, 6:39 PMmbonnin
12/27/2021, 6:40 PMmbonnin
12/27/2021, 6:41 PMmbonnin
12/27/2021, 6:41 PMmbonnin
12/27/2021, 6:41 PMglenkpeterson
12/27/2021, 7:08 PMnexusUrl.set(uri("<https://s01.oss.sonatype.org/staging>"))
?mbonnin
12/27/2021, 7:25 PMmbonnin
12/27/2021, 7:26 PMglenkpeterson
12/27/2021, 8:47 PM