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 1
1
# Auto detect text files and perform LF normalization
2
2
* 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
13
13
## Installation
14
14
[ Installation guide for the latest release] ( https://github.com/xdev-software/template-placeholder/releases/latest#Installation )
15
15
16
-
17
16
## Run the Demo
18
17
* Checkout the repo
19
18
* Run `` mvn install && mvn -f template-placeholder-demo spring-boot:run ``
20
19
* Open http://localhost:8080
21
20
22
-
23
21
<details >
24
22
<summary >Show example</summary >
25
23
Original file line number Diff line number Diff line change 189
189
<dependency >
190
190
<groupId >com.puppycrawl.tools</groupId >
191
191
<artifactId >checkstyle</artifactId >
192
- <version >10.15 .0</version >
192
+ <version >10.16 .0</version >
193
193
</dependency >
194
194
</dependencies >
195
195
<configuration >
Original file line number Diff line number Diff line change 298
298
<dependency >
299
299
<groupId >com.puppycrawl.tools</groupId >
300
300
<artifactId >checkstyle</artifactId >
301
- <version >10.15 .0</version >
301
+ <version >10.16 .0</version >
302
302
</dependency >
303
303
</dependencies >
304
304
<configuration >
You can’t perform that action at this time.
0 commit comments