Skip to content

Commit

Permalink
Revert "Bump Java level to 11" (#1011)
Browse files Browse the repository at this point in the history
This reverts commit e022498.
  • Loading branch information
Goooler authored Nov 3, 2024
1 parent e9aa551 commit f991608
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

spotless {
Expand Down
5 changes: 5 additions & 0 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

## [Unreleased]

**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)

Expand Down

0 comments on commit f991608

Please sign in to comment.