mirror of https://github.com/sbt/sbt.git
Remove legacy plugin from the test
This commit is contained in:
parent
fddbf77877
commit
9517ac3e79
|
|
@ -1,7 +0,0 @@
|
|||
import sbt._
|
||||
|
||||
object GlobalLegacyPlugin extends sbt.Plugin {
|
||||
import sbt.Keys._
|
||||
val globalLegacyPluginSetting = SettingKey[String]("A top level setting declared by a legacy plugin")
|
||||
val useGlobalLegacyPluginSetting = globalLegacyPluginSetting in Global
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
/*
|
||||
If the GlobalLegacyPlugin 'in' statements do not register and get
|
||||
brought in to the global scope, this will fail
|
||||
*/
|
||||
globalLegacyPluginSetting := "foo"
|
||||
Loading…
Reference in New Issue