Skip to content

Commit

Permalink
Add developers for publishing task
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeorgiev committed Sep 19, 2023
1 parent f22b244 commit 198d5c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,19 @@ subprojects {
developerConnection.set("scm:[email protected]:$gitHubProject.git")
url.set(githubUrl)
}

developers {
developer {
id.set("kt3")
name.set("Stepan Kashintsev")
email.set("[email protected]")
}
developer {
id.set("donyfutura")
name.set("Daniil Georgiev")
email.set("[email protected]")
}
}
}
}
}
Expand Down

0 comments on commit 198d5c7

Please sign in to comment.