Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
[maintenance] Fix build
Browse files Browse the repository at this point in the history
Merge-request: BAZEL-MR-455
Merged-by: Tomasz Pasternak <Tomasz.Pasternak@jetbrains.com>
  • Loading branch information
tpasternak authored and qodana-bot committed Aug 17, 2023
1 parent e8f205a commit e5006bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bspcli/src/java/org/jetbrains/bsp/cli/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import java.io.PrintStream
import java.nio.file.Files
import java.nio.file.Path
import java.nio.file.Paths
import java.nio.file.attribute.PosixFilePermission
import java.nio.file.attribute.PosixFilePermissions
import java.util.concurrent.ExecutorService
import java.util.concurrent.Executors
import java.util.concurrent.ThreadFactory
Expand Down

0 comments on commit e5006bf

Please sign in to comment.