File tree Expand file tree Collapse file tree 6 files changed +5
-12
lines changed
Expand file tree Collapse file tree 6 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 strategy :
3939 matrix :
40- jdk : [ '8', ' 11' ]
40+ jdk : [ '11' ]
4141 name : Build Amoro with JDK ${{ matrix.jdk }}
4242 steps :
4343 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 strategy :
3939 matrix :
40- jdk : [ '8', ' 11' ]
40+ jdk : [ '11' ]
4141 spark : [ '3.3', '3.5' ]
4242 name : Build Amoro with JDK ${{ matrix.jdk }} Spark-${{ matrix.spark }}
4343 steps :
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ for reference.
9292The following guide describes how to import the Amoro project into IntelliJ IDEA and deploy it.
9393
9494### Requirements
95- + Java Version: Java 8 or Java 11 is required.
95+ + Java Version: Java 11 is required.
9696
9797#### Required plugins
98981 . Go to ` Settings ` → ` Plugins ` in IntelliJ IDEA.
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- ARG FLINK_VERSION=1.20.0-java8
17+ ARG FLINK_VERSION=1.20.0-java11
1818
1919FROM flink:${FLINK_VERSION}
2020
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ You can choose to download the stable release package from [download page](../..
3030
3131## System requirements
3232
33- - Java 8 is required.
33+ - Java 11 is required.
3434- Optional: A RDBMS (PostgreSQL 14.x or higher, MySQL 5.5 or higher)
3535- Optional: ZooKeeper 3.4.x or higher
3636
Original file line number Diff line number Diff line change 18421842 </properties >
18431843 </profile >
18441844
1845- <profile >
1846- <id >java8</id >
1847- <properties >
1848- <java .target.version>8</java .target.version>
1849- <java .source.version>8</java .source.version>
1850- </properties >
1851- </profile >
18521845 <profile >
18531846 <id >java11</id >
18541847 <activation >
You can’t perform that action at this time.
0 commit comments