Skip to content

Commit 928c2b5

Browse files
launcher 2.7.0: build using Java 11
1 parent 5d2a253 commit 928c2b5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

launcher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.7.0
9+
10+
### Changed
11+
12+
- The project is now built using Java 11, up from Java 8.
13+
814
## 2.6.2
915

1016
### Fixed

launcher/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
java {
2727
toolchain {
28-
languageVersion = JavaLanguageVersion.of(8)
28+
languageVersion = JavaLanguageVersion.of(11)
2929
}
3030
}
3131

launcher/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.launcher=2.6.2
1+
version.launcher=2.7.0

0 commit comments

Comments
 (0)