Skip to content

Commit

Permalink
fix: add missing java.io.File import for configureSpotless
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed May 4, 2024
1 parent 317bb96 commit 081859a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package co.anitrend.support.query.builder.buildSrc.plugins.components
import co.anitrend.support.query.builder.buildSrc.extension.libs
import co.anitrend.support.query.builder.buildSrc.extension.spotlessExtension
import org.gradle.api.Project
import java.io.File

internal fun Project.configureSpotless() {
spotlessExtension().run {
Expand Down

0 comments on commit 081859a

Please sign in to comment.