Skip to content

Commit 50c91a3

Browse files
committed
chore: add the list of published projects for nmcp central publishing
1 parent d0de18a commit 50c91a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ nmcpAggregation {
5353
}
5454
}
5555

56+
dependencies {
57+
nmcpAggregation(project(":plugins:crlf-plugin"))
58+
nmcpAggregation(project(":plugins:gettext-plugin"))
59+
nmcpAggregation(project(":plugins:gradle-extensions-plugin"))
60+
nmcpAggregation(project(":plugins:ide-plugin"))
61+
nmcpAggregation(project(":plugins:jandex-plugin"))
62+
nmcpAggregation(project(":plugins:license-gather-plugin"))
63+
nmcpAggregation(project(":plugins:stage-vote-release-plugin"))
64+
}
65+
5666
val licenseHeader = file("gradle/license-header.txt").readText()
5767

5868
fun IdeaProject.settings(configuration: ProjectSettings.() -> kotlin.Unit) =

0 commit comments

Comments
 (0)