diff --git a/build.gradle.kts b/build.gradle.kts index 4f653be..78c3547 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -246,7 +246,7 @@ tasks { } copy { from("${project.projectDir}/src/main/resources/CodeFormat") - into("\"${destinationDir.path}/${pluginName.get()}/CodeFormat") + into("${destinationDir.path}/${pluginName.get()}/CodeFormat") } } }