aboutsummaryrefslogtreecommitdiffstats
path: root/gradle
Commit message (Collapse)AuthorAge
* 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: 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
|
* chore: bump Maven dependenciesLibravatar Kristóf Marussy2021-10-02
| | | | | Xtext 2.26.0.M2 might finally have Java 17 support: https://github.com/eclipse/xtext/issues/1982#issuecomment-931958311
* feat: skeleton for language to store mappingLibravatar Kristóf Marussy2021-10-01
|
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* ci: Sonar fixesLibravatar Kristóf Marussy2021-09-24
|
* build: make sure to produce JaCoCo xml reportLibravatar Kristóf Marussy2021-09-24
|
* ci: fix typo and simplify workflowLibravatar Kristóf Marussy2021-09-24
|
* ci: add GH actions build and SonarScannerLibravatar Kristóf Marussy2021-09-24
|
* Build fixes, formattingLibravatar Kristóf Marussy2021-08-16
|
* 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
|
* Generate all files on buildLibravatar Kristóf Marussy2021-06-29
|
* Fix running outside of EclipseLibravatar Kristóf Marussy2021-06-27
|
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27