Skip to content

Commit bc8d306

Browse files
committed
Update build.
1 parent 24729f2 commit bc8d306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/aggregation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88

99
tasks.register("publishToGitHubPackages") {
1010
group = "publishing"
11-
dependsOn(":json-iterator:publishMavenJavaPublicationToGithubPackagesRepository")
11+
dependsOn(":json-iterator:publishMavenJavaPublicationToSavaGithubPackagesRepository")
1212
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
}
1111

1212
plugins {
13-
id("software.sava.build") version "0.1.10"
13+
id("software.sava.build") version "0.1.13"
1414
}
1515

1616
rootProject.name = "json-iterator"

0 commit comments

Comments
 (0)