Skip to content

Commit

Permalink
Make ktlint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Merlin <paul@gradle.com>
  • Loading branch information
eskatos committed Apr 8, 2021
1 parent cf8323b commit edf2be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import org.gradle.internal.build.event.BuildEventListenerRegistryInternal
import org.gradle.internal.enterprise.core.GradleEnterprisePluginAdapter
import org.gradle.internal.enterprise.core.GradleEnterprisePluginManager
import org.gradle.internal.execution.BuildOutputCleanupRegistry
import org.gradle.internal.operations.BuildOperationExecutor
import org.gradle.internal.serialize.Decoder
import org.gradle.internal.serialize.Encoder
import org.gradle.plugin.management.internal.PluginRequests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package org.gradle.kotlin.dsl.fixtures

import org.assertj.core.util.Files.newFolder
import org.gradle.api.internal.file.temp.DefaultTemporaryFileProvider
import org.gradle.internal.classpath.ClassPath
import org.gradle.internal.classpath.DefaultClassPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ class GenerateProjectAccessors(

override fun visitIdentityInputs(visitor: InputVisitor) {
visitor.visitInputProperty(PROJECT_SCHEMA_INPUT_PROPERTY) { hashCodeFor(projectSchema) }
visitor.visitInputFileProperty(CLASSPATH_INPUT_PROPERTY, NON_INCREMENTAL,
visitor.visitInputFileProperty(
CLASSPATH_INPUT_PROPERTY,
NON_INCREMENTAL,
FileValueSupplier(
classPath,
ClasspathNormalizer::class.java,
Expand Down

0 comments on commit edf2be7

Please sign in to comment.