mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +08:00
Remove Java 9 support
To align with Oracle's support policy, this commit only keeps Java 8 and 10. This effectively removes 1.7 as well. Closes gh-662
This commit is contained in:
@@ -1335,14 +1335,9 @@ initializr:
|
||||
javaVersions:
|
||||
- id: 10
|
||||
default: false
|
||||
- id: 9
|
||||
default: false
|
||||
- id: 1.8
|
||||
name: 8
|
||||
default: true
|
||||
- id: 1.7
|
||||
name: 7
|
||||
default: false
|
||||
languages:
|
||||
- name: Java
|
||||
id: java
|
||||
|
Reference in New Issue
Block a user