Fix older Builds of WorldGuard 7.0

Created a Brewery maven repo, use that for some of the dependencies
This commit is contained in:
Sn0wStorm
2019-01-17 12:30:12 +01:00
parent e1d68a03dc
commit 213ef13c0e
7 changed files with 85 additions and 50 deletions
+14 -14
View File
@@ -1,14 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.yml]
indent_style = spaces
indent_size = 2
trim_trailing_whitespace = true
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true