File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import at.phatbl.shellexec.ShellExec
2
2
3
3
plugins {
4
4
kotlin(" jvm" ) version " 1.4.31" apply false
5
- id(" at.phatbl.shellexec" ) version " 1.1.3 "
5
+ id(" at.phatbl.shellexec" ) version " 1.5.2 "
6
6
}
7
7
8
8
val htmlBuildDir = " $buildDir /spec/html"
@@ -101,5 +101,5 @@ tasks.create("buildPdf") {
101
101
102
102
tasks.create<ShellExec >(" syncGrammarWithKotlinGrammarApache2Repo" ) {
103
103
group = " internal"
104
- command = """ echo -e Run the following commands: git checkout release; ...; git subtree push --prefix grammar/src/main/antlr git@github.com:Kotlin/kotlin-grammar-apache2 release"""
104
+ command = """ echo -e " Run the following commands: git checkout release; ...; git subtree push --prefix grammar/src/main/antlr git@github.com:Kotlin/kotlin-grammar-apache2 release" """
105
105
}
Original file line number Diff line number Diff line change 1
- #! /bin/env bash
1
+ #! /bin/bash
2
2
java -cp $PROJECT_DIR /build/libs/filters.jar org.jetbrains.kotlin.spec.CompoundFilterKt $* --embed $TODO_OPTION $STATIC_MATH_OPTION $KATEX_BIN_OPTION $IMAGE_DIR_OPTION
You can’t perform that action at this time.
0 commit comments