Skip to content

Commit

Permalink
Revert "comit"
Browse files Browse the repository at this point in the history
This reverts commit 999262675f6361ffa22fe2f134596128e9f95e1d.
  • Loading branch information
leinlin committed Nov 20, 2023
1 parent d39b181 commit 276b0bc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ project(":") {
doLast {
val rev = getRev()
// reset
//exec {
//executable = "git"
//args("reset", "HEAD", "--hard")
//}
exec {
executable = "git"
args("reset", "HEAD", "--hard")
}
// clean untracked files
//exec {
//executable = "git"
//args("clean", "-d", "-f")
//}
exec {
executable = "git"
args("clean", "-d", "-f")
}
// switch
exec {
executable = if (isWin) "bunch/bin/bunch.bat" else "bunch/bin/bunch"
Expand Down Expand Up @@ -253,9 +253,9 @@ project(":") {
untilBuild.set(buildVersionData.untilBuild)
}

//instrumentCode {
// compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
//}
instrumentCode {
compilerVersion.set(buildVersionData.instrumentCodeCompilerVersion)
}

publishPlugin {
token.set(System.getenv("IDEA_PUBLISH_TOKEN"))
Expand Down

0 comments on commit 276b0bc

Please sign in to comment.