Skip to content

Commit 78214c0

Browse files
committed
Update build.gradle.kts
1 parent ed5d6fc commit 78214c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/gradle/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ publishing{
4848
val testGroup = group.toString()
4949
tasks.withType<Test>().configureEach {
5050
systemProperty("project.group", testGroup)
51+
dependsOn(project(":core").tasks.named("publishToMavenLocal"))
5152
}
5253

5354
tasks.register("writeVersion") {

0 commit comments

Comments
 (0)