Skip to content

Commit 4152f38

Browse files
committed
Make sourcesJar depend on runDatagen
1 parent 156d218 commit 4152f38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xplat/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ dependencies {
2929

3030
modCompileOnly(variantOf(rootProject.libs.emi) { classifier("api") })
3131
}
32+
33+
tasks {
34+
sourcesJar {
35+
dependsOn("runDatagen")
36+
}
37+
}

0 commit comments

Comments
 (0)