File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -127,22 +127,28 @@ subprojects {
127
127
publish = false
128
128
pkg {
129
129
repo = ' RSocket'
130
- // vcsTag = "v${project.getVersion()}"
131
- // gpg {
132
- // sign = true
133
- // }
134
130
name = project. name
135
- // dryRun = true
131
+ // TODO
132
+ dryRun = true
136
133
websiteUrl = ' https://github.com/rsocket/rsocket-java'
137
134
issueTrackerUrl = ' https://github.com/rsocket/rsocket-java'
138
135
vcsUrl = ' https://github.com/rsocket/rsocket-java.git'
139
136
licenses = [' Apache-2.0' ]
140
137
if (project. hasProperty(' sonatypeUsername' ) && project. hasProperty(' sonatypePassword' )) {
141
138
def sonatypeUsername = project. property(' sonatypeUsername' )
142
139
def sonatypePassword = project. property(' sonatypePassword' )
143
- mavenCentralSync {
144
- user = sonatypeUsername
145
- password = sonatypePassword
140
+ version {
141
+ name = " v${ project.getVersion()} "
142
+ vcsTag = " v${ project.getVersion()} "
143
+ gpg {
144
+ sign = true
145
+ }
146
+ mavenCentralSync {
147
+ // TODO
148
+ sync = false
149
+ user = sonatypeUsername
150
+ password = sonatypePassword
151
+ }
146
152
}
147
153
}
148
154
}
You can’t perform that action at this time.
0 commit comments