mirror of https://github.com/sbt/sbt.git
minimize test
This commit is contained in:
parent
99b30b8899
commit
36d5ce728f
|
|
@ -1,8 +1,4 @@
|
|||
ThisBuild / organization := "com.example"
|
||||
ThisBuild / version := "0.1.0-SNAPSHOT"
|
||||
|
||||
val `scalac-options` = project.enablePlugins(SbtPlugin).settings(
|
||||
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4"),
|
||||
)
|
||||
val components = project.enablePlugins(SbtPlugin)
|
||||
val plugins = project.dependsOn(components, `scalac-options`).enablePlugins(SbtPlugin)
|
||||
val `scalac-options` = project.enablePlugins(SbtPlugin)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
package example
|
||||
|
||||
import sbt.*
|
||||
|
||||
object ComponentsPlugin extends AutoPlugin
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
package example
|
||||
|
||||
import sbt.*
|
||||
|
||||
object PluginsPlugin extends AutoPlugin
|
||||
Loading…
Reference in New Issue