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
/** | |
* Generates a TeamCity XML changelog via the REST API. | |
*/ | |
task("createChangelog").doLast { | |
def teamCityURL = "http://ci.calclavia.com/" | |
/** | |
* Create a new file | |
*/ |