Skip to content

Commit 5f6711a

Browse files
committed
try to add missing properties
1 parent 5a9fe6f commit 5f6711a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,14 @@ publishing {
8989

9090
groupId GROUP
9191
version VERSION_NAME
92+
artifactId ARTIFACT_ID
93+
94+
9295
pom {
9396
name = POM_NAME
9497
description = POM_DESCRIPTION
9598
url = POM_URL
99+
96100
licenses {
97101
license {
98102
name = POM_LICENCE_NAME
@@ -105,6 +109,8 @@ publishing {
105109
id = "thomasnield"
106110
name = "Thomas Nield"
107111
112+
organization = "ReactiveX"
113+
organizationUrl = "http://reactivex.io/"
108114
}
109115
}
110116
scm {

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ GROUP=io.reactivex.rxjava2
22
VERSION_NAME=2.11.0-RC32
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
5-
POM_DESCRIPTION=RxJavaFX
5+
POM_DESCRIPTION=RxJava extensions for JavaFX
66

7+
ARTIFACT_ID=rxjavafx
78
POM_URL=https://github.com/ReactiveX/RxJavaFX
89
POM_SCM_URL=https://github.com/ReactiveX/RxJavaFX
910
POM_SCM_CONNECTION=scm:git:https://github.com/ReactiveX/RxJavaFX.git

0 commit comments

Comments
 (0)