Skip to content

Commit a3e363e

Browse files
committed
Update build file
1 parent 3905f24 commit a3e363e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.metaborg.convention.Developer
21
import org.metaborg.convention.MavenPublishConventionExtension
32

43
// Workaround for issue: https://youtrack.jetbrains.com/issue/KTIJ-19369
@@ -25,9 +24,6 @@ allprojects {
2524

2625
metadata {
2726
inceptionYear.set("2024")
28-
developers.set(listOf(
29-
Developer("Virtlink", "Daniel A. A. Pelsmaeker", "[email protected]"),
30-
))
3127
}
3228
}
3329
}

0 commit comments

Comments
 (0)