File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish
22
33on :
4+ pull_request :
45 release :
56 types : [published]
67
Original file line number Diff line number Diff line change @@ -68,15 +68,6 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
6868 copyright = " Copyright (c) 2023 FactSet"
6969 }
7070
71- release {
72- github {
73- commitAuthor {
74- name = " FactSet"
75- email = " info@yourorganization.com"
76- }
77- }
78- }
79-
8071 signing {
8172 active.set(org.jreleaser.model.Active .ALWAYS )
8273 armored = true
@@ -89,8 +80,6 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
8980 active.set(org.jreleaser.model.Active .ALWAYS )
9081 url = " https://s01.oss.sonatype.org/service/local"
9182 snapshotUrl = " https://s01.oss.sonatype.org/content/repositories/snapshots/"
92- closeRepository = true
93- releaseRepository = true
9483 stagingRepository(" build/staging-deploy" )
9584 }
9685 }
You can’t perform that action at this time.
0 commit comments