Skip to content

Commit 9dd35b5

Browse files
committed
add maven plugin
1 parent 9822b8c commit 9dd35b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ buildscript {
1414
}
1515

1616
apply plugin: "java"
17+
apply plugin: "maven"
1718
apply plugin: "maven-publish"
1819
apply plugin: "com.jfrog.bintray"
1920
apply plugin: "com.jfrog.artifactory"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC25
2+
VERSION_NAME=2.11.0-RC27
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)