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
| tasks.register("addSpaceToEndOfLines") { | |
| description = "Add space to the end of each line in .kt files and commit changes to Git" | |
| doLast { | |
| println("Starting magic") | |
| project.exec { | |
| commandLine("git", "checkout", "-b" , "refactor/submitCode") | |
| } |