Adjust the Getting Started guides' poms for JDK9+

XMLWordPrintable

    • Type: Task
    • Resolution: Done
    • Priority: L3 - Default
    • 7.10.0, 7.10.0-alpha6
    • Affects Version/s: 7.10.0
    • Component/s: None

      When trying to build the Getting Started Guides projects with Java versions 9+, a compilation error is thrown related to the Maven Compiler plugin source and target versions.

      The following properties need to be added to fix the issue:

      <properties>
          <!-- Set version 1.6 and above -->
          <maven.compiler.source>1.7</maven.compiler.source>
          <maven.compiler.target>1.7</maven.compiler.target>
      </properties>
      

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Nikola Koevski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: