Skip to content

Commit

Permalink
Update comment for the java doc and add two main contributors
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Mulders <[email protected]>
  • Loading branch information
gmulders committed Jan 10, 2025
1 parent 4f58cc7 commit 4c8da74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion measure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down Expand Up @@ -81,6 +81,14 @@ mavenPublishing {
name.set("Geert Mulders")
email.set("[email protected]")
}
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")
Expand Down

0 comments on commit 4c8da74

Please sign in to comment.