mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Migrate to Java 11
This commit is contained in:
parent
af62d6cf96
commit
f3538a09f9
2 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
FROM centos:centos7 as builder
|
||||
RUN yum -y install epel-release java-1.8.0-openjdk-devel
|
||||
RUN yum -y install epel-release java-11-openjdk-devel
|
||||
RUN yum -y groupinstall 'Development Tools'
|
||||
RUN yum -y install git maven
|
||||
RUN git clone https://github.com/rasilon/ujetl.git
|
||||
RUN cd ujetl && mvn package
|
||||
RUN git clone --single-branch --branch dev https://github.com/rasilon/ujetl.git
|
||||
RUN cd ujetl && mvn -e package
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue