summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-12-15 18:29:51 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-15 18:29:51 -0800
commit5f441a4f990f2b9a4e9fa0ed47824ccbae1728f4 (patch)
treeb1bec201030ed31de84916d3db2f7c36fb9c9caf /build.sc
parent8b973a868e1c84c2cdc213999028f81c5421f413 (diff)
downloadmill-5f441a4f990f2b9a4e9fa0ed47824ccbae1728f4.tar.gz
mill-5f441a4f990f2b9a4e9fa0ed47824ccbae1728f4.tar.bz2
mill-5f441a4f990f2b9a4e9fa0ed47824ccbae1728f4.zip
remove unused MILL_COMPILER_PLUGIN flag
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index 04bc489b..c7a16754 100755
--- a/build.sc
+++ b/build.sc
@@ -108,8 +108,7 @@ object ScalaPlugin extends MillModule {
"MILL_COMPILER_BRIDGE_2_11_8" -> bridges("2.11.8").compile().classes.path,
"MILL_COMPILER_BRIDGE_2_11_11" -> bridges("2.11.11").compile().classes.path,
"MILL_COMPILER_BRIDGE_2_12_3" -> bridges("2.12.3").compile().classes.path,
- "MILL_COMPILER_BRIDGE_2_12_4" -> bridges("2.12.4").compile().classes.path,
- "MILL_COMPILER_PLUGIN" -> CompilerPlugin.compile().classes.path
+ "MILL_COMPILER_BRIDGE_2_12_4" -> bridges("2.12.4").compile().classes.path
)
for((k, v) <- mapping.toSeq) yield s"-D$k=$v"
}