Skip to content

Commit

Permalink
Increased memory for javadoc run further
Browse files Browse the repository at this point in the history
as it is still failing on GitHub actions.
  • Loading branch information
kuniss committed Dec 7, 2023
1 parent 2463353 commit 4a2c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -59,7 +59,7 @@ java {
}

javadoc {
maxMemory = '2048m'
maxMemory = '4096m'
}

jar {
Expand Down

0 comments on commit 4a2c8f7

Please sign in to comment.