summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Expand)Author
2022-12-19Upgrade Gradle to 7.6 version.Eric Bruneton
2022-03-14Upgrade Gradle to 7.4.1 version, and plugins to latest versions.Eric Bruneton
2022-01-15Upgrade to Gradle 7.7.3 and to the latest version of the plugins and build to...Eric Bruneton
2021-05-22Attempt to fix gitlab-ci.yml.Eric Bruneton
2021-05-22Skip Sonarqube analysis if SONAR_LOGIN is not defined.Eric Bruneton
2021-05-13Commit the change to SonarQube as a specific userMartin Hamant
2020-12-22Fix SonarQube coverage reports.Eric Bruneton
2020-12-22Update build dependencies to newer versions.Eric Bruneton
2020-04-06Update to Gradle 6.3 and add a benchmark for ASM 8.0.Eric Bruneton
2019-09-12Add link to raw license in MANIFEST, using format from https://osgi.org/speci...Eric Bruneton
2019-08-18--amendEric Bruneton
2019-08-18Upgrade to Gradle 5.6.Eric Bruneton
2019-05-18Update to more recent versions of Gradle, PMD, Checkstyle, etc.Eric Bruneton
2019-01-25Increase JVM Metaspace size (SonarQube plugin uses a lot of it).Eric Bruneton
2019-01-20Update the build tools and fix deprecation warnings.Eric Bruneton
2018-12-01Switch to Gradle 5.0.Eric Bruneton
2018-10-14Switch to Gradle 4.10.2.Eric Bruneton
2018-08-25Add ASM 6.2 and HEAD to the benchmarks. Also update the Gradle and JMH plugin...Eric Bruneton
2018-06-16Update Gradle version to 4.8.Eric Bruneton
2018-03-03Update to Gradle 4.6, which now has native support for JUnit5.Eric Bruneton
2017-12-31Revert to JDK8 and merge the jobs into one for faster CI builds.Eric Bruneton
2017-12-26Fix the build for JDK9. Also switch to Gradle 4.4.1.Eric Bruneton
2017-11-12Add a task and a CI job for SonarQube.Eric Bruneton
2017-11-12Fix typo.Eric Bruneton
2017-11-12Cache the Gradle downloaded dependencies between Continuous Integration Jobs.Eric Bruneton
2017-10-18Add tasks to format the code and to check its formatting.Eric Bruneton
2017-10-18Add some basic continuous integration tests.Eric Bruneton