diff --git a/gradle.properties b/gradle.properties index d8850f36f..54cc2488c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,6 @@ kotlin.experimental.tryK2=false # workaround dokka bug (need to wait for next snapshot build) org.jetbrains.dokka.classpath.excludePlatformDependencyFiles=true -artifactVersion = 3.3.0-SNAPSHOT +artifactVersion = 3.3.0 jvm.version=11