Skip to content

Commit 61cb228

Browse files
committed
chore: add resource folder for scala-sbt-bridge-nonbootstrapped
1 parent 1148afe commit 61cb228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,7 @@ object Build {
13961396
autoScalaLibrary := false, // do not add a dependency to stdlib, we depend transitively on the stdlib from `scala3-compiler-nonbootstrapped`
13971397
// Add the source directories for the stdlib (non-boostrapped)
13981398
Compile / unmanagedSourceDirectories := Seq(baseDirectory.value / "src"),
1399+
Compile / resourceDirectory := baseDirectory.value / "resources",
13991400
// NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
14001401
Compile / scalacOptions := Seq("-deprecation", "-feature", "-unchecked", "-encoding", "UTF8", "-language:implicitConversions"),
14011402
// Make sure that the produced artifacts have the minimum JVM version in the bytecode

0 commit comments

Comments
 (0)