Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 22, 2024
1 parent 2816c2a commit 3d1042c
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 322 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ kotlin {
}

spotless {
kotlin {
ktlint()
}
kotlinGradle {
ktlint()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package com.github.jengelman.gradle.plugins.shadow.internal
import java.io.BufferedWriter
import java.io.IOException
import java.io.Writer
import java.util.*
import java.util.Date
import java.util.Properties

internal class CleanProperties : Properties() {
@Throws(IOException::class)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.jengelman.gradle.plugins.shadow.tasks

import groovy.lang.Closure
import org.gradle.api.Action
import org.gradle.api.java.archives.Manifest

Expand Down
Loading

0 comments on commit 3d1042c

Please sign in to comment.