mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
[2.x] fix: Add regression test (#9246)
This commit is contained in:
committed by
Anatolii Kmetiuk
parent
afac251f28
commit
46e10f0b33
+13
@@ -0,0 +1,13 @@
|
||||
lazy val compilerPlugin = project
|
||||
.in(file("scala-compiler-plugin"))
|
||||
.settings(
|
||||
platform := Platform.jvm,
|
||||
crossVersion := CrossVersion.full,
|
||||
)
|
||||
|
||||
lazy val platformLib = project
|
||||
.in(file("platform-lib"))
|
||||
.dependsOn(compilerPlugin % "plugin")
|
||||
.settings(
|
||||
platform := "custom",
|
||||
)
|
||||
+1
@@ -0,0 +1 @@
|
||||
> update
|
||||
Reference in New Issue
Block a user