teamcity-plugin.xml (14 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml"> <info> <name>gradle-runner</name> <!-- the name of plugin used in teamcity --> <display-name>Gradle Runner</display-name> <version>@Plugin_Version@</version> <vendor> <name>@Plugin_Vendor@</name> <url>@Plugin_Vendor_Url@</url> </vendor> </info> <deployment use-separate-classloader="true" node-responsibilities-aware="true" allow-runtime-reload="true"/> </teamcity-plugin>