We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9aa551 commit f991608Copy full SHA for f991608
build.gradle.kts
@@ -7,8 +7,8 @@ plugins {
7
}
8
9
java {
10
- sourceCompatibility = JavaVersion.VERSION_11
11
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_1_8
+ targetCompatibility = JavaVersion.VERSION_1_8
12
13
14
spotless {
src/docs/changes/README.md
@@ -3,6 +3,11 @@
3
4
## [Unreleased]
5
6
+**Fixed**
+
+- Revert "Bump Java level to 11" ([#1011](https://github.com/GradleUp/shadow/issues/1011)).
+ This reverts the change to maintain compatibility with 8.x versions. The Java level will be bumped to 11 or above in the next major release.
## [v8.3.4] (2024-10-29)
0 commit comments