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

Adjust the Getting Started guides' poms for JDK9+

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • L3 - Default
    • 7.10.0, 7.10.0-alpha6
    • 7.10.0
    • None

    Description

      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>
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce