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(":") {
211
211
doLast {
212
212
val rev = getRev()
213
213
// reset
214
- // exec {
215
- // executable = "git"
216
- // args("reset", "HEAD", "--hard")
217
- // }
214
+ exec {
215
+ executable = " git"
216
+ args(" reset" , " HEAD" , " --hard" )
217
+ }
218
218
// 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
+ }
223
223
// switch
224
224
exec {
225
225
executable = if (isWin) " bunch/bin/bunch.bat" else " bunch/bin/bunch"
@@ -253,9 +253,9 @@ project(":") {
253
253
untilBuild.set(buildVersionData.untilBuild)
254
254
}
255
255
256
- // instrumentCode {
257
- // compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
258
- // }
256
+ instrumentCode {
257
+ compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
258
+ }
259
259
260
260
publishPlugin {
261
261
token.set(System .getenv(" IDEA_PUBLISH_TOKEN" ))
You can’t perform that action at this time.
0 commit comments