-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(java): Update to Java 17 as default and enforce it
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
- Loading branch information
1 parent
20c818a
commit 0cfdead
Showing
7 changed files
with
54 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
THRIFT_VERSION=0.18.1 | ||
THRIFT_VERSION=0.20.0 | ||
LIFERAY_VERSION=7.4.3.18-ga18 | ||
LIFERAY_SOURCE=liferay-ce-portal-tomcat-7.4.3.18-ga18-20220329092001364.tar.gz | ||
UBUNTU_VERSION=jammy | ||
JAVA_VERSION=11 | ||
JAVA_VERSION=17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,26 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
} | ||
"path": ".", | ||
}, | ||
], | ||
"settings": { | ||
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable", | ||
"java.compile.nullAnalysis.mode": "automatic" | ||
} | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"workbench.colorCustomizations": { | ||
"commandCenter.border": "#15202b99", | ||
"sash.hoverBorder": "#65c89b", | ||
"statusBar.background": "#42b883", | ||
"statusBar.foreground": "#15202b", | ||
"statusBarItem.hoverBackground": "#359268", | ||
"statusBarItem.remoteBackground": "#42b883", | ||
"statusBarItem.remoteForeground": "#15202b", | ||
"titleBar.activeBackground": "#42b883", | ||
"titleBar.activeForeground": "#15202b", | ||
"titleBar.inactiveBackground": "#42b88399", | ||
"titleBar.inactiveForeground": "#15202b99", | ||
}, | ||
"peacock.color": "#42b883", | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters