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

4 comments on commit 8bf73bf

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 169 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 170 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 169 outcome was FAILURE
Summary: Exit code 1 (Step: build_test (Maven)) Build time: 00:00:33

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 170 outcome was FAILURE
Summary: Exit code 1 (Step: build_test (Maven)) Build time: 00:01:07

Please sign in to comment.