georchestra / mapstore2-georchestra

geOrchestra newest viewer
Other
6 stars 23 forks source link

Build failed - need maven compiler property #608

Closed Gaetanbrl closed 1 year ago

Gaetanbrl commented 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.

  1. Open pom.xml
  2. change <properties> by :
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>
    </properties>
  1. trigger build ./build.sh

image

To Reproduce

  1. git clone
  2. sh ./build.sh

Expected behavior

Build success.

Screenshots

image

landryb commented 1 year ago

fixed by #609