aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-web/build.gradle
Commit message (Collapse)AuthorAge
* build: convert Gradle scripts to KotlinLibravatar Kristóf Marussy2023-04-08
| | | | | | | Improves IDE support build scripts in IntelliJ. There is no Eclipse IDE support, but Eclipse didn't have support for Groovy either, so there is no degradation of functionality.
* refactor: be more conservative w/preview featuresLibravatar Kristóf Marussy2022-12-09
| | | | Also test with virtual threads in we are using them in production.
* refactor(frontend): move from Webpack to ViteLibravatar Kristóf Marussy2022-08-12
| | | | Also overhaulds the building and linting for frontend assets.
* refactor: simplify language projectLibravatar Kristóf Marussy2022-07-29
| | | | | | * Move all utilities for language-model to language, since they do not make sense on their own * Convert xtend code into java
* build: make sure slf4j is used instead of log4jLibravatar Kristóf Marussy2021-12-14
|
* build: separate module for frontendLibravatar Kristóf Marussy2021-12-14
| | | | | This allows us to simplify the webpack configuration and the gradle build scripts.
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12