summaryrefslogtreecommitdiff
path: root/gradle/wrapper
AgeCommit message (Collapse)Author
2024-11-19Small update to trace-based failure models (#271)Dante Niewenhuis
* Added startPoint to TraceBasedFailureModel.kt, this decides where in the trace, the model should start. Added repeat to TraceBasedFailureModel.kt. This decides if the trace should be repeated when finished * spotless applied * Fixed some issues with the failure shuffling * applied spotless
2023-10-29build: Update to Gradle 8.4 (#164)Fabian Mastenbroek
This diff updates the version of the Gradle wrapper embedded in the OpenDC repository to 8.4.
2023-03-25build: Upgrade to Gradle 8.0Fabian Mastenbroek
This change updates the Gradle wrapper to version 8.0. See https://docs.gradle.org/8.0.2/release-notes.html.
2022-11-25build: Update to Gradle 7.6Fabian Mastenbroek
This change updates the Gradle wrapper version to 7.6 in order to support building the project with Java 19.
2022-11-13build: Update to Gradle 7.6-rc3Fabian Mastenbroek
This change updates the Gradle wrapper version to 7.6-rc3 in order to support building the project with Java 19.
2022-08-03build: Update to Gradle 7.5Fabian Mastenbroek
This change updates the build system Gradle to version 7.5, which ships Kotlin 1.6.21. That is the same version currently used by OpenDC and should reduce the warning messages produced by Gradle due to version mismatches.
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.