From 4c8da746fb17f21e24b033aa00b191f3df796c22 Mon Sep 17 00:00:00 2001 From: Geert Mulders Date: Fri, 10 Jan 2025 11:48:35 +0100 Subject: [PATCH] Update comment for the java doc and add two main contributors Signed-off-by: Geert Mulders --- measure/build.gradle.kts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/measure/build.gradle.kts b/measure/build.gradle.kts index 3bf1f3d..f45d608 100644 --- a/measure/build.gradle.kts +++ b/measure/build.gradle.kts @@ -42,7 +42,7 @@ kotlin { } java { - // We add both the sources and the javadoc jar. + // Add a task that will package the sources of the main SourceSet in a JAR with classifier `sources`. withSourcesJar() } @@ -81,6 +81,14 @@ mavenPublishing { name.set("Geert Mulders") email.set("gmulders@gmail.com") } + developer { + id.set("cflist") + name.set("Coen van der List") + } + developer { + id.set("BaukjeD") + name.set("Baukje Debets") + } } scm { url.set("https://github.com/alliander-opensource/measure")