Gradle subplugin test

This commit is contained in:
Yan Zhulanow
2015-02-26 21:57:34 +03:00
parent 9be33338ef
commit 8760beeed1
11 changed files with 281 additions and 0 deletions
@@ -54,6 +54,12 @@
<artifactId>kotlin-gradle-plugin-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-subplugin-example</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>