summaryrefslogtreecommitdiff
path: root/gradle/wrapper
AgeCommit message (Collapse)Author
2022-04-05build: Update to Gradle 7.4.2Fabian Mastenbroek
2022-02-18build: Update to Gradle 7.4Fabian Mastenbroek
This change updates the Gradle wrapper to version 7.4.
2021-12-29build: Update to Gradle 7.3.3Fabian Mastenbroek
This change updates the Gradle wrapper version to 7.3.3 which includes a fix for the recent log4j vulnerabilities.
2021-11-11build: Upgrade to Gradle 7.3Fabian Mastenbroek
This change updates the Gradle wrapper to version 7.3. This release adds official support for Java 17 as well as various improvements. See the release notes for more information: https://docs.gradle.org/7.3/release-notes.html
2021-09-02build: Update to Gradle 7.2Fabian Mastenbroek
This change updates the Gradle version of the supplied Gradle wrapper to version 7.2. * Update Gradle to version 7.2 * Address incompatibilities with version catalog * Remove opendc-format module.
2021-06-15build: Upgrade to Gradle 7.1Fabian Mastenbroek
This change upgrades the Gradle build system to version 7.1.
2021-05-18build: Update to Gradle 7.0.2Fabian Mastenbroek
2021-04-25build: Migrate to flat project structureFabian Mastenbroek
This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project.