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

Support Java 17 #5

Open
philipp94831 opened this issue Oct 25, 2022 · 0 comments
Open

Support Java 17 #5

philipp94831 opened this issue Oct 25, 2022 · 0 comments

Comments

@philipp94831
Copy link
Member

java.lang.AbstractMethodError: Receiver class com.bakdata.util.seq2.Seq2Impl does not define or inherit an implementation of the resolved method 'java.util.List toList()' of interface com.bakdata.util.seq2.Seq2. is thrown in tests when using a gradle file containing

implementation(group = "com.bakdata.seq2", name = "seq2", version = "1.0.3")

configure<JavaPluginExtension> {
    sourceCompatibility = JavaVersion.VERSION_17
    targetCompatibility = JavaVersion.VERSION_17
}

However, it is fine to use it in the main sources

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