Skip to content

Commit f79973a

Browse files
committed
Update publication pom
1 parent 704a97b commit f79973a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build.gradle.kts

+14
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,20 @@ publishing {
9797
scm {
9898
url.set("https://github.com/ReactiveX/RxKotlin.git")
9999
}
100+
developers {
101+
developer {
102+
id.set("thomasnield")
103+
name.set("Thomas Nield")
104+
email.set("[email protected]")
105+
organization.set("ReactiveX")
106+
organizationUrl.set("http://reactivex.io/")
107+
}
108+
developer {
109+
id.set("vpriscan")
110+
name.set("Vedran Prišćan")
111+
email.set("[email protected]")
112+
}
113+
}
100114
}
101115

102116
publications {

0 commit comments

Comments
 (0)