This repository was archived by the owner on Aug 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed
src/main/resources/archetype-resources
src/main/resources/archetype-resources Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2525 <packaging >maven-archetype</packaging >
2626 <description >OpenTable Spring Component archetype for Kotlin</description >
2727
28- <properties >
29- <project .build.targetJdk>11</project .build.targetJdk>
30- </properties >
31-
3228 <dependencies >
3329 <dependency >
3430 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 3333 <description >Automatically generated description, fill me in!</description >
3434
3535 <properties >
36- <project .build.targetJdk>11</project .build.targetJdk>
3736 <dep .kotlin.version>1.4.10</dep .kotlin.version>
3837 <kotlin .code.style>official</kotlin .code.style>
3938 <kotlin .compiler.incremental>true</kotlin .compiler.incremental>
Original file line number Diff line number Diff line change 2525 <packaging >maven-archetype</packaging >
2626 <description >OpenTable Spring MVC Service Kotlin archetype</description >
2727
28- <properties >
29- <project .build.targetJdk>11</project .build.targetJdk>
30- </properties >
31-
3228 <dependencies >
3329 <dependency >
3430 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 3434
3535 <properties >
3636 <ot .mainclass>${package} .Main</ot .mainclass>
37- <project .build.targetJdk>11</project .build.targetJdk>
3837 <dep .kotlin.version>1.4.10</dep .kotlin.version>
3938 <kotlin .code.style>official</kotlin .code.style>
4039 <kotlin .compiler.incremental>true</kotlin .compiler.incremental>
You can’t perform that action at this time.
0 commit comments