From f2ff40b5170260289e99e0506525f0905f380907 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 5 Apr 2022 18:41:45 +0200 Subject: fix(web/ui): Add workaround for Quarkus Gradle build issues This chnage add a workaround for the issues that appear when building the Quarkus application due to it accessing the build files of the other local modules. --- opendc-web/opendc-web-ui/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opendc-web/opendc-web-ui') diff --git a/opendc-web/opendc-web-ui/build.gradle.kts b/opendc-web/opendc-web-ui/build.gradle.kts index 62d71897..9e0d4ff0 100644 --- a/opendc-web/opendc-web-ui/build.gradle.kts +++ b/opendc-web/opendc-web-ui/build.gradle.kts @@ -107,4 +107,6 @@ tasks.processResources { from(project.fileTree("public")) { into("META-INF/resources/${project.name}/static") } + + mkdir("${project.buildDir}/classes/java/main") } -- cgit v1.2.3