Skip to content

Commit f991608

Browse files
authored
Revert "Bump Java level to 11" (#1011)
This reverts commit e022498.
1 parent e9aa551 commit f991608

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
}
88

99
java {
10-
sourceCompatibility = JavaVersion.VERSION_11
11-
targetCompatibility = JavaVersion.VERSION_11
10+
sourceCompatibility = JavaVersion.VERSION_1_8
11+
targetCompatibility = JavaVersion.VERSION_1_8
1212
}
1313

1414
spotless {

src/docs/changes/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
## [Unreleased]
55

6+
**Fixed**
7+
8+
- Revert "Bump Java level to 11" ([#1011](https://github.com/GradleUp/shadow/issues/1011)).
9+
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.
10+
611

712
## [v8.3.4] (2024-10-29)
813

0 commit comments

Comments
 (0)