File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,19 +172,19 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
172172
173173 signing {
174174 active.set(org.jreleaser.model.Active .ALWAYS )
175- armored.set( true )
175+ armored = true
176176 }
177177
178178 deploy {
179179 maven {
180180 nexus2 {
181181 register(" maven-central" ) {
182182 active.set(org.jreleaser.model.Active .ALWAYS )
183- url.set( ' https://s01.oss.sonatype.org/service/local' )
184- snapshotUrl.set( ' https://s01.oss.sonatype.org/content/repositories/snapshots/' )
185- closeRepository.set( true )
186- releaseRepository.set( true )
187- stagingRepository.set( ' build/staging-deploy' )
183+ url = " https://s01.oss.sonatype.org/service/local"
184+ snapshotUrl = " https://s01.oss.sonatype.org/content/repositories/snapshots/"
185+ closeRepository = true
186+ releaseRepository = true
187+ stagingRepository( " build/staging-deploy" )
188188 }
189189 }
190190 }
You can’t perform that action at this time.
0 commit comments