From e13334a034c528d93cbeab409e5cc10965bcda49 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 30 Jan 2021 16:43:04 +0000 Subject: [PATCH] Update contributor list in POM --- build.gradle.kts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 0feb89c..c02eda5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -126,6 +126,21 @@ subprojects { name.set("Joseph Van der Wee") url.set("https://github.com/jvanderwee") } + + contributor { + name.set("Gregory Inouye") + url.set("https://github.com/gregoryinouye") + } + + contributor { + name.set("Thomas Oddsund") + url.set("https://github.com/oddsund") + } + + contributor { + name.set("Jan Müller") + url.set("https://github.com/DerYeger") + } } scm {