Skip to content

Commit

Permalink
Make the compileOrder test less ambitious to avoid portability problems
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd committed Oct 27, 2022
1 parent 9638663 commit ce1d3d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3,427 deletions.
7 changes: 1 addition & 6 deletions extractor/src/test/data/1.7/compile-order/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ name := "some-name"
organization := "some-organization"
version := "1.2.3"
scalaVersion := "2.13.10"

lazy val core = project.in(file("core"))
.settings(compileOrder := CompileOrder.JavaThenScala)

lazy val util = project.in(file("util"))
.settings(compileOrder := CompileOrder.ScalaThenJava)
compileOrder := CompileOrder.ScalaThenJava
Loading

0 comments on commit ce1d3d3

Please sign in to comment.