Fix Gradle task validation failure due to missing property annotation
This commit is contained in:
+4
@@ -52,6 +52,10 @@ interface CompilerArgumentAwareWithInput<T : CommonToolArguments> : CompilerArgu
|
|||||||
override val defaultSerializedCompilerArguments: List<String>
|
override val defaultSerializedCompilerArguments: List<String>
|
||||||
get() = super.defaultSerializedCompilerArguments
|
get() = super.defaultSerializedCompilerArguments
|
||||||
|
|
||||||
|
@get:Internal
|
||||||
|
override val serializedCompilerArgumentsIgnoreClasspathIssues: List<String>
|
||||||
|
get() = super.serializedCompilerArgumentsIgnoreClasspathIssues
|
||||||
|
|
||||||
@get:Input
|
@get:Input
|
||||||
override val filteredArgumentsMap: Map<String, String>
|
override val filteredArgumentsMap: Map<String, String>
|
||||||
get() = super.filteredArgumentsMap
|
get() = super.filteredArgumentsMap
|
||||||
|
|||||||
Reference in New Issue
Block a user