Skip to content

Commit 2110e98

Browse files
committed
Remove unnecessary JVM max heap config during build
1 parent 6fa9ce7 commit 2110e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew build
3030
- name: Build with Java 8
3131
working-directory: ./java-8
32-
run: .././gradlew -Dorg.gradle.jvmargs=-Xmx8g build
32+
run: .././gradlew build
3333
- name: Upload Unit Test Results
3434
if: ${{ always() }}
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)