teamcity-plugin.xml (17 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:schemas-jetbrains-com:teamcity-plugin-v1-xml">
<info>
<name>caches-cleanup</name>
<display-name>Caches cleanup</display-name>
<version>@Version@</version>
<description>Clean up Maven and Gradle caches when build agent needs more space</description>
<download-url>https://teamcity.jetbrains.com/repository/download/TeamCityPluginsByJetBrains_TeamcityCleanupPlugin_Build/.lastSuccessful/teamcity-cleanup-plugin.zip</download-url>
<email>Plugin author e-mail</email>
<vendor>
<name>JetBrains</name>
<url>https://github.com/JetBrains/teamcity-caches-cleanup-plugin</url>
<logo></logo>
</vendor>
</info>
<deployment use-separate-classloader="true" />
</teamcity-plugin>