mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Migrate other log4j to the new versiom
This commit is contained in:
parent
e6ccc6f2af
commit
ce5a48c083
3 changed files with 5 additions and 5 deletions
|
|
@ -2,8 +2,8 @@ FROM centos:centos8 as builder
|
|||
RUN yum -y install epel-release java-11-openjdk-devel
|
||||
RUN yum -y groupinstall 'Development Tools'
|
||||
RUN yum -y install git maven
|
||||
RUN alternatives --set javac /usr/lib/jvm/java-11-openjdk-11.0.7.10-1.el8_1.x86_64/bin/javac
|
||||
RUN alternatives --set java /usr/lib/jvm/java-11-openjdk-11.0.7.10-1.el8_1.x86_64/bin/java
|
||||
RUN alternatives --set javac /usr/lib/jvm/java-11-openjdk-11.*/bin/javac
|
||||
RUN alternatives --set java /usr/lib/jvm/java-11-openjdk-11.*/bin/java
|
||||
RUN git clone --single-branch --branch master https://github.com/rasilon/ujetl.git
|
||||
RUN cd ujetl && JAVA_HOME=/usr/lib/jvm/java-11 mvn -e package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue