Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9345

Adjust the Getting Started guides' poms for JDK9+

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: L3 - Default L3 - Default
    • 7.10.0, 7.10.0-alpha6
    • 7.10.0
    • 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

              Unassigned Unassigned
              nikola.koevski Nikola Koevski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: