-
Type:
Task
-
Resolution: Done
-
Priority:
L3 - Default
-
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
- is depended on by
-
CAM-9469 Migrate Getting Started Guide (Quickstart)
-
- Closed
-
-
CAM-9470 Migrate the "JavaEE" Getting Started Guide
-
- Closed
-
-
CAM-9471 Migrate the "DMN" Getting Started Guide
-
- Closed
-
-
CAM-9472 Migrate the "CMMN" Getting Started Guide
-
- Closed
-
-
CAM-9473 Migrate the "Spring Framework" Getting Started Guide
-
- Closed
-
-
CAM-9474 Migrate the "Spring Boot" Getting Started Guide
-
- Closed
-
-
CAM-9475 Migrate Getting Started Guide (Java)
-
- Closed
-