Skip to content

Commit c786b5a

Browse files
authored
Make logLevel property internal to not take it into account when determining cache key. Fixes #6398 (#6399)
1 parent a13fafd commit c786b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/apollo-gradle-plugin-external/src/main/kotlin/com/apollographql/apollo/gradle/internal/ApolloTaskWithClasspath.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract class ApolloTaskWithClasspath: DefaultTask() {
2525
@get:Input
2626
abstract val arguments: MapProperty<String, Any?>
2727

28-
@get:Input
28+
@get:Internal
2929
abstract val logLevel: Property<LogLevel>
3030

3131
@Inject

0 commit comments

Comments
 (0)