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 @@ -249,15 +249,15 @@ project(":") {
249249 doLast {
250250 val rev = getRev()
251251 // reset
252- exec {
253- executable = " git"
254- args(" reset" , " HEAD" , " --hard" )
255- }
252+ // exec {
253+ // executable = "git"
254+ // args("reset", "HEAD", "--hard")
255+ // }
256256 // clean untracked files
257- exec {
258- executable = " git"
259- args(" clean" , " -d" , " -f" )
260- }
257+ // exec {
258+ // executable = "git"
259+ // args("clean", "-d", "-f")
260+ // }
261261 // switch
262262 exec {
263263 executable = if (isWin) " bunch/bin/bunch.bat" else " bunch/bin/bunch"
@@ -291,9 +291,9 @@ project(":") {
291291 untilBuild.set(buildVersionData.untilBuild)
292292 }
293293
294- instrumentCode {
295- compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
296- }
294+ // instrumentCode {
295+ // compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
296+ // }
297297
298298 publishPlugin {
299299 token.set(System .getenv(" IDEA_PUBLISH_TOKEN" ))
You can’t perform that action at this time.
0 commit comments