Skip to content

Commit

Permalink
Test the PR labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 30, 2024
1 parent c641da5 commit a0c92ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/main/scala/ch/epfl/scala/PluginConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package ch.epfl.scala

import ch.epfl.scala.profiledb.utils.AbsolutePath

// just for testing reasons
final case class PluginConfig(
showProfiles: Boolean,
generateDb: Boolean,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ object BuildKeys {
private[sbt] val currentConfigKey = AttributeKey[Option[ConfigKey]]("thisConfig")
}

// just for testing reasons
object ProfilingPluginImplementation {
import java.lang.{Long => BoxedLong}
import sbt.{Compile, Test, Project, Task, ScopedKey, Tags}
Expand Down

0 comments on commit a0c92ea

Please sign in to comment.