We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ca70d commit efbd06eCopy full SHA for efbd06e
gradle/aggregation/build.gradle.kts
@@ -5,3 +5,8 @@ plugins {
5
dependencies {
6
nmcpAggregation(project(":json-iterator"))
7
}
8
+
9
+tasks.register("publishToGitHubPackages") {
10
+ group = "publishing"
11
+ dependsOn(":json-iterator:publish")
12
+}
0 commit comments