Skip to content

Commit

Permalink
Switch from Travis CI to GitHub Actions #585
Browse files Browse the repository at this point in the history
Correct required Java version to 1.8

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Mar 4, 2021
1 parent 23afcc4 commit a7d0353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!--<build>v${maven.build.timestamp}</build>-->
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<tycho.scmUrl>scm:git:https://github.com/eclipse/birt.git</tycho.scmUrl>
<required-java-version>8</required-java-version>
<required-java-version>1.8</required-java-version>
<required-maven-version>3.6.3</required-maven-version>
</properties>

Expand Down

0 comments on commit a7d0353

Please sign in to comment.