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') &&
2525
2626 publications = [' maven' ]
2727 publish = true
28+ override = true
2829
2930 pkg {
3031 repo = ' RSocket'
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ plugins {
1818 id ' com.gradle.build-scan' version ' 1.16'
1919
2020 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
2323 id ' me.champeau.gradle.jmh' version ' 0.4.7' apply false
2424 id ' io.spring.dependency-management' version ' 1.0.6.RELEASE' apply false
2525 id ' io.morethan.jmhreport' version ' 0.9.0' apply false
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313#
14- version =0.11.13.BUILD-SNAPSHOT
14+ version =0.11.13
You can’t perform that action at this time.
0 commit comments