Skip to content

Commit

Permalink
try to add missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnield committed Dec 27, 2018
1 parent 5a9fe6f commit 5f6711a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,14 @@ publishing {

groupId GROUP
version VERSION_NAME
artifactId ARTIFACT_ID


pom {
name = POM_NAME
description = POM_DESCRIPTION
url = POM_URL

licenses {
license {
name = POM_LICENCE_NAME
Expand All @@ -105,6 +109,8 @@ publishing {
id = "thomasnield"
name = "Thomas Nield"
email = "[email protected]"
organization = "ReactiveX"
organizationUrl = "http://reactivex.io/"
}
}
scm {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ GROUP=io.reactivex.rxjava2
VERSION_NAME=2.11.0-RC32
POM_NAME=RxJavaFX
POM_PACKAGING=jar
POM_DESCRIPTION=RxJavaFX
POM_DESCRIPTION=RxJava extensions for JavaFX

ARTIFACT_ID=rxjavafx
POM_URL=https://github.com/ReactiveX/RxJavaFX
POM_SCM_URL=https://github.com/ReactiveX/RxJavaFX
POM_SCM_CONNECTION=scm:git:https://github.com/ReactiveX/RxJavaFX.git
Expand Down

0 comments on commit 5f6711a

Please sign in to comment.