Closed Gaetanbrl closed 1 year ago
Describe the bug
If i follow the README, and just trigger the build, i get a build failure.
If we add maven compiler, it works.
<properties>
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties>
./build.sh
To Reproduce
sh ./build.sh
Expected behavior
Build success.
Screenshots
fixed by #609
Describe the bug
If i follow the README, and just trigger the build, i get a build failure.
If we add maven compiler, it works.
<properties>
by :./build.sh
To Reproduce
sh ./build.sh
Expected behavior
Build success.
Screenshots