Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vi945786 authored Apr 7, 2024
1 parent 55cb3ba commit f3e0f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repositories {
dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:${project.junit}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${project.junit}"
implementation "org.gridkit.jvmtool:hprof-heap:0.16"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs = -Xmx512M
org.gradle.jvmargs =-Xmx512M
junit = 5.9.1

0 comments on commit f3e0f17

Please sign in to comment.