rama-chitturi / MySolutionHub

0 stars 0 forks source link

Compilation error in Jenkins While runnning Testcase for pom.xml #1

Open rama-chitturi opened 3 years ago

rama-chitturi commented 3 years ago

[ERROR] Source option 5 is no longer supported. Use 6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

rama-chitturi commented 3 years ago

Solution: Need to add Compiler Source and Target versions under properties tag.

 <properties>
       <maven.compiler.source>1.6</maven.compiler.source>
       <maven.compiler.target>1.6</maven.compiler.target>
</properties>