Skip to content

Commit

Permalink
Fixed gradle config so that web app is present in graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Jun 4, 2022
1 parent 417dfc7 commit 2f4c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ task copyWebApp(type: Copy) {
// These warnings can be ignored because we only care about the bootJar and bootRun tasks being correct.
// This does, however, have the downside of optimizations being disabled for certain tasks.
from "$rootDir/web/build"
into "$rootDir/server/build/resources/main/static/."
into "$rootDir/graphql/build/resources/main/static/."
}
copyWebApp.dependsOn(":web:build")
bootJar.dependsOn(copyWebApp)
Expand Down

0 comments on commit 2f4c811

Please sign in to comment.