aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/xtend.gradle
Commit message (Collapse)AuthorAge
* build: move scripts into script pluginsLibravatar Kristóf Marussy2021-11-17
| | | | | Script plugins allow applying other plugins from plugins { } blocks, which simplifies the build script.
* build: use version catalogsLibravatar Kristóf Marussy2021-11-16
| | | | | | | | | | | Gradle version catalogs allow centralized management of dependency artifact coordinates using a toml file. Previously, we use the gradle.properties file, which cannot manage group and name coordinates, only versions. Node and yarn versions still have to be in gradle.properties, because they do not correspond to any coordiates of a maven artifact.
* build: refactor task dependenciesLibravatar Kristóf Marussy2021-10-03
|
* build: simplify Eclipse project generationLibravatar Kristóf Marussy2021-10-02
| | | | | | Make sure both the :generateXtext and :generateTestXtext task are run if there is a generated xtend-gen source folder, so that BuildShip can set ignore_optional_problems also on there.
* build: bump to Java 17Libravatar Kristóf Marussy2021-10-02
|
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* ci: fix typo and simplify workflowLibravatar Kristóf Marussy2021-09-24
|
* ci: add GH actions build and SonarScannerLibravatar Kristóf Marussy2021-09-24
|
* Refactor Gradle configsLibravatar Kristóf Marussy2021-07-31