Skip to content

Commit

Permalink
Better schema handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed Feb 17, 2024
1 parent a96f3f1 commit 98e6a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user-archive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks {
from(project(":backend").tasks.named("shadowJar")) {
rename { "live-v3.jar" }
}
from(project(":schema-generator").tasks.named("exportSchemas")) {
from(project(":schema-generator").tasks.named("generateAllSchemas")) {
into(".vscode/schemas")
}
fun emptyJson(dir:String, name: String) = from(emptyJson) {
Expand Down

0 comments on commit 98e6a68

Please sign in to comment.