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 48b98bd commit 87ce0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import org.metaborg.convention.MavenPublishConventionExtension
import org.metaborg.convention.Developer
import org.metaborg.convention.Person

plugins {
`java-library`
Expand Down Expand Up @@ -54,8 +54,8 @@ allprojects {
metadata {
inceptionYear.set("2019")
developers.set(listOf(
Developer("Virtlink", "Daniel A. A. Pelsmaeker", "[email protected]"),
Developer("Gohla", "Gabriel Konat", "[email protected]"),
Person("Virtlink", "Daniel A. A. Pelsmaeker", "[email protected]"),
Person("Gohla", "Gabriel Konat", "[email protected]"),
))
}
}
Expand Down

0 comments on commit 87ce0cd

Please sign in to comment.