➕ jetbrains-annotations-24.1.0
➕ junit-5.11.0 ➕ jmh-1.37 🎉 started project ✨ finished 1.0.0 ✅ added tests ✅ added benchmarks
This commit is contained in:
11
gradle.properties
Normal file
11
gradle.properties
Normal file
@@ -0,0 +1,11 @@
|
||||
# gradle tweaks
|
||||
org.gradle.daemon = true
|
||||
org.gradle.configureondemand = true
|
||||
org.gradle.parallel = true
|
||||
android.enableBuildCache = true
|
||||
org.gradle.caching = true
|
||||
org.gradle.jvmargs = -Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
|
||||
dep_ann-jbr = 24.1.0
|
||||
dep_test-junit = 5.11.0
|
||||
dep_bench-jmh = 1.37
|
||||
Reference in New Issue
Block a user