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>
|
||||
get() = super.defaultSerializedCompilerArguments
|
||||
|
||||
@get:Internal
|
||||
override val serializedCompilerArgumentsIgnoreClasspathIssues: List<String>
|
||||
get() = super.serializedCompilerArgumentsIgnoreClasspathIssues
|
||||
|
||||
@get:Input
|
||||
override val filteredArgumentsMap: Map<String, String>
|
||||
get() = super.filteredArgumentsMap
|
||||
|
||||
Reference in New Issue
Block a user