Skip to content

Commit fc80097

Browse files
committed
Add back developers
1 parent 212027a commit fc80097

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

java/tests/publish.sbt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
licenses := Seq("AGPL-3.0" -> url("https://www.gnu.org/licenses/agpl-3.0.txt"))
22
homepage := Some(url("http://github.com/ironcorelabs/ironoxide-java"))
3-
3+
developers := List(
4+
Developer(
5+
"coltfred",
6+
"Colt Frederickson",
7+
"colt.frederickson@ironcorelabs.com",
8+
url("https://ironcorelabs.com")
9+
)
10+
)
411
publishArtifact in Test := false
512
pomIncludeRepository := { _ => false }
613

0 commit comments

Comments
 (0)