aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/refinery-java-conventions.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.
* build: downgrade to Gradle 7.6Libravatar Kristóf Marussy2023-02-02
| | | | | | Sonarqube is not yet compatible with Gradle 8: https://sonarsource.atlassian.net/browse/SONARGRADL-84 https://github.com/SonarSource/sonar-scanner-gradle/pull/146
* 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(web): fix lint errorLibravatar Kristóf Marussy2022-12-09
|
* 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.
* chore: fix some warningsLibravatar Kristóf Marussy2022-10-03
|
* build: file encoding import into EclipseLibravatar Kristóf Marussy2022-07-28
| | | | See https://github.com/gradle/gradle/issues/898
* build: fix testFixtures classpath in eclipseLibravatar Kristóf Marussy2022-07-28
|
* build: fix cross-project group and version configLibravatar Kristóf Marussy2021-11-19
|
* build: library and application convetion pluginsLibravatar Kristóf Marussy2021-11-17