[Gradle] Make KaptTask.kaptPluginOptions an input of the task
#KT-58326 Fixed
This commit is contained in:
committed by
Space Team
parent
3a246d3a1d
commit
77b9860021
-1
@@ -464,7 +464,6 @@ open class Kapt3IT : Kapt3BaseIT() {
|
||||
}
|
||||
}
|
||||
|
||||
@Disabled
|
||||
@DisplayName("Should incrementally rebuild on annotation processor arguments change")
|
||||
@GradleTest
|
||||
fun testChangeAPArgumentsICRebuild(gradleVersion: GradleVersion) {
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ abstract class KaptTask @Inject constructor(
|
||||
@get:InputFiles
|
||||
abstract val classpathStructure: ConfigurableFileCollection
|
||||
|
||||
@get:Internal
|
||||
@get:Nested
|
||||
abstract val kaptPluginOptions: ListProperty<CompilerPluginConfig>
|
||||
|
||||
@get:Nested
|
||||
|
||||
Reference in New Issue
Block a user