Install annotation-processor-example for Gradle integration tests.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
description = "Simple Annotation Processor for testing kapt"
|
description = "Simple Annotation Processor for testing kapt"
|
||||||
|
|
||||||
apply { plugin("kotlin") }
|
apply {
|
||||||
|
plugin("kotlin")
|
||||||
|
plugin("maven") // only used for installing to mavenLocal()
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(projectDist(":kotlin-stdlib"))
|
compile(projectDist(":kotlin-stdlib"))
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ test.dependsOn(":kotlin-allopen:install",
|
|||||||
":kotlin-reflect:install",
|
":kotlin-reflect:install",
|
||||||
":kotlin-test:kotlin-test-jvm:install",
|
":kotlin-test:kotlin-test-jvm:install",
|
||||||
":kotlin-gradle-subplugin-example:install",
|
":kotlin-gradle-subplugin-example:install",
|
||||||
":kotlin-stdlib-jre8:install")
|
":kotlin-stdlib-jre8:install",
|
||||||
|
":examples:annotation-processor-example:install")
|
||||||
|
|
||||||
// Validate that all dependencies 'install' tasks are added to 'test' dependencies
|
// Validate that all dependencies 'install' tasks are added to 'test' dependencies
|
||||||
// Test dependencies are specified as paths to avoid forcing dependency resolution
|
// Test dependencies are specified as paths to avoid forcing dependency resolution
|
||||||
|
|||||||
Reference in New Issue
Block a user