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 33a28c5 commit cf855a4
Showing 1 changed file with 3 additions and 3 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 All @@ -22,8 +22,8 @@ allprojects {
metadata {
inceptionYear.set("2019")
developers.set(listOf(
Developer("Gohla", "Gabriel Konat", "gabrielkonat@gmail.com"),
Developer("Virtlink", "Daniel A. A. Pelsmaeker", "developer@pelsmaeker.net"),
Person("Gohla", "Gabriel Konat", "gabrielkonat@gmail.com"),
Person("Virtlink", "Daniel A. A. Pelsmaeker", "developer@pelsmaeker.net"),
))
}
}
Expand Down

0 comments on commit cf855a4

Please sign in to comment.