Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed May 12, 2024
1 parent 77005c2 commit ffa16d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-logic/src/main/kotlin/extensions.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import java.io.ByteArrayOutputStream
import org.gradle.api.Project

fun Project.latestCommitHash(): String {
return runGitCommand(listOf("rev-parse", "--short", "HEAD"))
}
Expand Down

0 comments on commit ffa16d5

Please sign in to comment.