diff --git a/core/build.gradle b/core/build.gradle index bb5ff2abe..1ad2e9743 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -470,7 +470,7 @@ task soyToJava { outputs.each { file -> exec { - commandLine 'sed', '-i', 's/@link/LINK/g', file.getCanonicalPath() + commandLine 'sed', '-i""', '-e', 's/@link/LINK/g', file.getCanonicalPath() } } }