Add gradle.properties to repository

Since SonarQube is removed, this file can be part of the
repository again.
This commit is contained in:
Markus Fisch
2019-11-14 12:58:43 +01:00
parent 3213169ea1
commit 2687ce031a
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -4,6 +4,5 @@
.idea
build
local.properties
gradle.properties
infer-out
*.iml
+2
View File
@@ -0,0 +1,2 @@
org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official