This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbt:sbtRoot> publishLocalBin | |
[debug] Skipping publish* for sbtClientProj | |
[debug] Skipping publish* for sbtRoot | |
[debug] Other repositories: | |
[debug] Other repositories: | |
[debug] Other repositories: | |
[debug] Other repositories: | |
[debug] Default repositories: | |
[debug] Other repositories: | |
[debug] Other repositories: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] [zinc] IncrementalCompile ----------- | |
[debug] IncrementalCompile.incrementalCompile | |
[debug] previous = Stamps for: 843 products, 145 sources, 28 libraries | |
[debug] current source = Set(${BASE}/main/src/main/scala/sbt/internal/ConsoleProject.scala, ${BASE}/main/src/main/scala/sbt/internal/Aggregation.scala, ${BASE}/main/src/main/scala/sbt/internal/BuildUtil.scala, ${BASE}/main/src/main/scala/sbt/internal/SettingCompletions.scala, ${BASE}/main/src/main/scala/sbt/internal/PluginManagement.scala, ${BASE}/main/src/main/scala/sbt/internal/EvaluateConfigurations.scala, ${BASE}/main/src/main/scala/sbt/internal/JarClassPath.scala, ${BASE}/main/src/main/scala/sbt/internal/server/SettingQuery.scala, ${BASE}/main/src/main/scala/sbt/ScopeFilter.scala, ${BASE}/main/src/main/scala/sbt/internal/parser/SbtRefactorings.scala, ${BASE}/main/src/main/scala/sbt/internal/GroupedAutoPlugins.scala, ${BASE}/main/src/main/scala/sbt/coursierint/CoursierRepositoriesTasks.scala, ${BASE}/main/src/main/scala/sbt/BackgroundJobService. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.swoval | |
package files | |
import java.io.IOException | |
import java.nio.file.Path | |
import java.util.concurrent.ConcurrentHashMap | |
import com.swoval.files.FileTreeViews.Observer | |
import com.swoval.files.PathWatchers.Event |