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

Requires Java 11 #1009

Closed
srnyx opened this issue Nov 2, 2024 · 0 comments · Fixed by #1011
Closed

Requires Java 11 #1009

srnyx opened this issue Nov 2, 2024 · 0 comments · Fixed by #1011
Labels

Comments

@srnyx
Copy link

srnyx commented Nov 2, 2024

Expected and Results

The plugin should work on Java 8+
Instead, it requires Java 11+ since 8.3.4
8.3.3 works fine on Java 8+

Related environent and versions

Gradle wrapper: 8.10.2
Shadow: 8.3.4
OS: Windows 11

Reproduction steps

Use Shadow 8.3.4 with Java 8

Anything else?

A problem occurred configuring root project 'PROJECT'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.gradleup.shadow:shadow-gradle-plugin:8.3.4.
     Required by:
         root project : > com.gradleup.shadow:com.gradleup.shadow.gradle.plugin:8.3.4
      > Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants