aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/mwe2.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: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-29