Last active
March 26, 2019 04:56
-
-
Save ragunathjawahar/3ae33da026fc7e27c174e171c6ebc2cb to your computer and use it in GitHub Desktop.
TCR Kotlin file watcher for IntelliJ IDEA Ultimate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskOptions> | |
<TaskOptions> | |
<option name="arguments" value="-c "./gradlew test && git commit -am working || git reset --hard"" /> | |
<option name="checkSyntaxErrors" value="true" /> | |
<option name="description" /> | |
<option name="exitCodeBehavior" value="ALWAYS" /> | |
<option name="fileExtension" value="kt" /> | |
<option name="immediateSync" value="false" /> | |
<option name="name" value="TCR on changes to Kotlin files" /> | |
<option name="output" value="" /> | |
<option name="outputFilters"> | |
<array /> | |
</option> | |
<option name="outputFromStdout" value="false" /> | |
<option name="program" value="/bin/bash" /> | |
<option name="runOnExternalChanges" value="true" /> | |
<option name="scopeName" value="Project Files" /> | |
<option name="trackOnlyRoot" value="false" /> | |
<option name="workingDir" value="$ProjectFileDir$" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment