aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/java-common.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: refactor task dependenciesLibravatar Kristóf Marussy2021-10-03
|
* build: fix Eclipse project generation instructionsLibravatar Kristóf Marussy2021-10-02
| | | | | | | | | | | | BuildShip and Gradle :eclipse are incompatible: https://github.com/eclipse/buildship/issues/267#issuecomment-547318667 Therefore, we run :eclipseJdt manually instead to genrate the JDT configuration to ignore @SuppressWarning unknown warnings, which lets us silence Sonar warnings in-line. We also run :generateXtext to make sure all generated sources are ready for the Eclipse build.
* build: bump to Java 17Libravatar Kristóf Marussy2021-10-02
|
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* Add VIATRA Query dependencyLibravatar Kristóf Marussy2021-07-31
|
* Refactor Gradle configsLibravatar Kristóf Marussy2021-07-31
|
* Add JMH benchmarks for model-dataLibravatar Kristóf Marussy2021-07-30
|
* Data structure cleanup with SonarLibravatar Kristóf Marussy2021-07-29
|
* Add new data structure for backendLibravatar Kristóf Marussy2021-07-29
| | | | Co-authored-by: Oszkár Semeráth <semerath@mit.bme.hu>
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-29