From 656942d2d015362eb2eddbed9210274db8112145 Mon Sep 17 00:00:00 2001 From: Jocelyne Date: Thu, 19 Dec 2024 01:08:14 +0100 Subject: [PATCH] build: Enable the new Dokka Gradle plugin This removes the warning that Dokka Gradle plugin V1 is deprecated. --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 2d8d635a81..204008cf05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,7 @@ org.gradle.parallel=false org.gradle.jvmargs=-Dfile.encoding=UTF-8 org.gradle.configuration.cache=true org.gradle.caching=true +org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled group=org.jetbrains.exposed version=0.57.0