Skip to content

Commit 276b0bc

Browse files
author
leinlin
committed
Revert "comit"
This reverts commit 999262675f6361ffa22fe2f134596128e9f95e1d.
1 parent d39b181 commit 276b0bc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle.kts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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"))

0 commit comments

Comments
 (0)