Skip to content

Commit 655094e

Browse files
committed
create final artifact version and minor gradle fixes from master
Signed-off-by: Kyle Bahr <[email protected]>
1 parent 95f026a commit 655094e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bintray.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
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

0 commit comments

Comments
 (0)