Remove legacy plugin from the test

This commit is contained in:
Eugene Yokota 2016-04-29 02:44:21 -04:00
parent fddbf77877
commit 9517ac3e79
2 changed files with 0 additions and 12 deletions

View File

@ -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
}

View File

@ -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"