Skip to content

Commit cd016a5

Browse files
Pankraz76Vincent Potucek
andauthored
Issue checkstyle#17487: Fix MAVEN_OPTS (#5)
Co-authored-by: Vincent Potucek <vpotucek@me.com>
1 parent e21f43d commit cd016a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/validation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ spotless)
13681368
openrewrite-recipes)
13691369
echo "Cloning and building OpenRewrite recipes..."
13701370
PROJECT_ROOT="$(pwd)"
1371-
export MAVEN_OPTS="-Xmx4g -Xms2g"
1371+
# export MAVEN_OPTS="-Xmx4g -Xms2g"
13721372

13731373
cd /tmp
13741374
git clone https://github.com/checkstyle/checkstyle-openrewrite-recipes.git

0 commit comments

Comments
 (0)