summaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-08-03 16:46:10 +0200
committerGitHub <noreply@github.com>2022-08-03 16:46:10 +0200
commit8a94318aad4b4fa188ac49e887d564867a00111e (patch)
tree4d60329dd591ffd46edaba23cd77e6df685c0312 /buildSrc
parent2692a032b8ecbe2ddccfb88628cf37af56c3ea36 (diff)
parentf7c59a3e7b3c006d253a9206bd830493180fc81e (diff)
merge: Update build and runtime dependencies (#94)
This pull request updates the build and runtime dependencies used by OpenDC to their latest version compatible with the project. ## Implementation Notes :hammer_and_pick: * Update to Gradle 7.5 * Update simulator dependency versions * Fix Docker deployment ## Breaking API Changes :warning: * N/A
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts
index 746d38f1..3bc93388 100644
--- a/buildSrc/settings.gradle.kts
+++ b/buildSrc/settings.gradle.kts
@@ -20,7 +20,7 @@
* SOFTWARE.
*/
-enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
+rootProject.name = "buildSrc"
dependencyResolutionManagement {
versionCatalogs {