-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update comment for the java doc and add two main contributors
Signed-off-by: Geert Mulders <[email protected]>
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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("[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") | ||
|