0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

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-13 22:12:43 +01:00
parent 3213169ea1
commit 2687ce031a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,6 +4,5 @@
.idea .idea
build build
local.properties local.properties
gradle.properties
infer-out infer-out
*.iml *.iml

2
gradle.properties Normal file
View File

@ -0,0 +1,2 @@
org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official