Skip to content

Commit

Permalink
[kotlin (all)] added property to pom.xml to inform we are using jav…
Browse files Browse the repository at this point in the history
…a 11.
  • Loading branch information
gserrano committed Oct 15, 2020
1 parent 107dabe commit 8bf73bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions component-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<packaging>maven-archetype</packaging>
<description>OpenTable Spring Component archetype for Kotlin</description>

<properties>
<project.build.targetJdk>11</project.build.targetJdk>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 4 additions & 0 deletions service-mvc-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<packaging>maven-archetype</packaging>
<description>OpenTable Spring MVC Service Kotlin archetype</description>

<properties>
<project.build.targetJdk>11</project.build.targetJdk>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 8bf73bf

Please sign in to comment.