aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/refinery-java-application.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.
* chore: upgrade to Java 19Libravatar Kristóf Marussy2022-11-22
| | | | | Use Java 19 and Jetty 12 to take advantage of Project Loom preview features to reduce CPU usage due to XtextWebDocumentAccess thread pools.
* build: refactor java-application conventionsLibravatar Kristóf Marussy2021-12-12
|
* build: library and application convetion pluginsLibravatar Kristóf Marussy2021-11-17