File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey') &&
25
25
26
26
publications = [' maven' ]
27
27
publish = true
28
+ override = true
28
29
29
30
pkg {
30
31
repo = ' RSocket'
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ plugins {
18
18
id ' com.gradle.build-scan' version ' 1.16'
19
19
20
20
id ' com.github.sherter.google-java-format' version ' 0.7.1'
21
- id ' com.jfrog.artifactory' version ' 4.7.3'
22
- id ' com.jfrog.bintray' version ' 1.8.4'
21
+ id ' com.jfrog.artifactory' version ' 4.7.3' apply false
22
+ id ' com.jfrog.bintray' version ' 1.8.4' apply false
23
23
id ' me.champeau.gradle.jmh' version ' 0.4.7' apply false
24
24
id ' io.spring.dependency-management' version ' 1.0.6.RELEASE' apply false
25
25
id ' io.morethan.jmhreport' version ' 0.9.0' apply false
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- version =0.11.13.BUILD-SNAPSHOT
14
+ version =0.11.13
You can’t perform that action at this time.
0 commit comments