Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin javac target compatibility version #6

Open
mroth opened this issue Jun 21, 2019 · 0 comments
Open

Pin javac target compatibility version #6

mroth opened this issue Jun 21, 2019 · 0 comments

Comments

@mroth
Copy link

mroth commented Jun 21, 2019

Essentially we need this, to help insulate this project from particulars of the local develop environment during compilation:

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

With the format of the build.sbt for this particular project I couldn't figure out where to put it, so figured it was easier to just make an issue for you on this one project @adridadou. :-)

(As you noticed, it appears all the java-specific versions already have this pragma by default, so its just the Scala ones that need it added.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant