Skip to content

Commit

Permalink
Merge pull request #229 from Soarez/fix-build-error
Browse files Browse the repository at this point in the history
Specify source and target to avoid build error
  • Loading branch information
mikeov authored Apr 21, 2018
2 parents d4629b0 + 6eb09ef commit 8c68d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ permissions and limitations under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildDirectory>${project.basedir}/../../../build/java</buildDirectory>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<build>
Expand Down

0 comments on commit 8c68d95

Please sign in to comment.