Skip to content

Commit bf8955d

Browse files
MontagonnomisRev
andauthored
Fix spotless in checks (#493)
Co-authored-by: Simon Vergauwen <[email protected]>
1 parent 77583b3 commit bf8955d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ fun Project.configureBuildAndTestTask(
3636

3737
tasks.register(taskName) {
3838
doLast {
39+
val gradleCommand = getGradleCommand(platform)
3940
project.exec {
40-
val gradleCommand = getGradleCommand(platform)
4141
commandLine(gradleCommand, "spotlessCheck")
42+
}
43+
project.exec {
4244
when (moduleType) {
4345
ModuleType.MULTIPLATFORM -> {
4446
multiPlatformModules.forEach { module ->

0 commit comments

Comments
 (0)