Skip to content

Commit

Permalink
Update maven-publish convention plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 28, 2024
1 parent 40b8365 commit 80dbefb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import org.metaborg.convention.Developer
import org.metaborg.convention.Person
import org.metaborg.convention.MavenPublishConventionExtension

// Workaround for issue: https://youtrack.jetbrains.com/issue/KTIJ-19369
Expand Down Expand Up @@ -32,8 +32,8 @@ allprojects {
metadata {
inceptionYear.set("2021")
developers.set(listOf(
Developer("Gohla", "Gabriel Konat", "[email protected]"),
Developer("Virtlink", "Daniel A. A. Pelsmaeker", "[email protected]"),
Person("Gohla", "Gabriel Konat", "[email protected]"),
Person("Virtlink", "Daniel A. A. Pelsmaeker", "[email protected]"),
))
}
}
Expand Down
2 changes: 0 additions & 2 deletions repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ libraries:
developers:
- id: "Gohla"
name: "Gabriel Konat"
email: "[email protected]"
- id: "Virtlink"
name: "Daniel A. A. Pelsmaeker"
email: "[email protected]"

files:
githubWorkflows:
Expand Down

0 comments on commit 80dbefb

Please sign in to comment.