diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-13 15:10:06 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-21 16:22:10 +0200 |
| commit | c0010bac6961bffd42de26b575d3d04d11ac0c14 (patch) | |
| tree | 250cfa481abfea2344c627702c8c84f0c9e46720 /opendc-web/opendc-web-ui | |
| parent | 660c1fd2c911933d8aa081b13dbf705652eff84c (diff) | |
build(web/api): Update to Quarkus 2.8.1.Final
This change updates the web API to use Quarkus 2.8.1.Final. This release
fixes an issue we had with local extensions failing to build due to some
build directories missing.
Diffstat (limited to 'opendc-web/opendc-web-ui')
| -rw-r--r-- | opendc-web/opendc-web-ui/build.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opendc-web/opendc-web-ui/build.gradle.kts b/opendc-web/opendc-web-ui/build.gradle.kts index 469de2fa..c0e3fcf6 100644 --- a/opendc-web/opendc-web-ui/build.gradle.kts +++ b/opendc-web/opendc-web-ui/build.gradle.kts @@ -118,6 +118,4 @@ tasks.processResources { from(project.fileTree("public")) { into("META-INF/resources/${project.name}/static") } - - mkdir("${project.buildDir}/classes/java/main") } |
