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

Compatibility with Java 8 is still sketchy on Gradle #100

Closed
tribbloid opened this issue Aug 8, 2023 · 1 comment
Closed

Compatibility with Java 8 is still sketchy on Gradle #100

tribbloid opened this issue Aug 8, 2023 · 1 comment

Comments

@tribbloid
Copy link
Collaborator

Main article:

https://stackoverflow.com/questions/76843849/in-gradle-why-is-targetcompatibility-compiler-option-being-ignored-how-to-di

It almost appears that the following lines has no effect:

        val jvmTarget = JavaVersion.VERSION_1_8.toString()

        withType<ScalaCompile> {

            targetCompatibility = jvmTarget

Probably a false alarm, will need further investigation

tribbloid added a commit that referenced this issue Sep 15, 2023
* add back java targetCompatibility

* add Scala 2.13.12 profile

* add publish-all.sh as a shortcut for publishing for all compiler versions
@tribbloid
Copy link
Collaborator Author

OK this should be fixed by f96cf9d

Scheduled for 1.0.3 release

I'm only able to test it locally. Closing for now. Feel free to re-open if you can reproduce it after 1.0.3

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