File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
template-placeholder-demo Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Auto detect text files and perform LF normalization
22* text =auto
3+
4+ # Force sh files to have LF
5+ * .sh text eol =lf
6+
7+ # Force MVN Wrapper Linux files LF
8+ mvnw text eol =lf
9+ .mvn /wrapper /maven-wrapper.properties text eol =lf
Original file line number Diff line number Diff line change @@ -13,13 +13,11 @@ A Vaadin Template Repo
1313## Installation
1414[ Installation guide for the latest release] ( https://github.com/xdev-software/template-placeholder/releases/latest#Installation )
1515
16-
1716## Run the Demo
1817* Checkout the repo
1918* Run `` mvn install && mvn -f template-placeholder-demo spring-boot:run ``
2019* Open http://localhost:8080
2120
22-
2321<details >
2422 <summary >Show example</summary >
2523
Original file line number Diff line number Diff line change 189189 <dependency >
190190 <groupId >com.puppycrawl.tools</groupId >
191191 <artifactId >checkstyle</artifactId >
192- <version >10.15 .0</version >
192+ <version >10.16 .0</version >
193193 </dependency >
194194 </dependencies >
195195 <configuration >
Original file line number Diff line number Diff line change 298298 <dependency >
299299 <groupId >com.puppycrawl.tools</groupId >
300300 <artifactId >checkstyle</artifactId >
301- <version >10.15 .0</version >
301+ <version >10.16 .0</version >
302302 </dependency >
303303 </dependencies >
304304 <configuration >
You can’t perform that action at this time.
0 commit comments