File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -211,15 +211,15 @@ project(":") {
211211 doLast {
212212 val rev = getRev()
213213 // reset
214- // exec {
215- // executable = "git"
216- // args("reset", "HEAD", "--hard")
217- // }
214+ exec {
215+ executable = " git"
216+ args(" reset" , " HEAD" , " --hard" )
217+ }
218218 // clean untracked files
219- // exec {
220- // executable = "git"
221- // args("clean", "-d", "-f")
222- // }
219+ exec {
220+ executable = " git"
221+ args(" clean" , " -d" , " -f" )
222+ }
223223 // switch
224224 exec {
225225 executable = if (isWin) " bunch/bin/bunch.bat" else " bunch/bin/bunch"
@@ -253,9 +253,9 @@ project(":") {
253253 untilBuild.set(buildVersionData.untilBuild)
254254 }
255255
256- // instrumentCode {
257- // compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
258- // }
256+ instrumentCode {
257+ compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
258+ }
259259
260260 publishPlugin {
261261 token.set(System .getenv(" IDEA_PUBLISH_TOKEN" ))
You can’t perform that action at this time.
0 commit comments