Skip to content

Commit 3846690

Browse files
committed
Fix formatter warnings
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent 8dc2b76 commit 3846690

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

.mvn/jvm.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
2+
--add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3+
--add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
4+
--add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED
5+
--add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
6+
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
7+
--add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
8+
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
9+
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
10+
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
11+
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
12+
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
13+
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
14+

.mvn/wrapper/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
maven-wrapper.jar

.mvn/wrapper/maven-wrapper.properties

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
wrapperVersion=3.3.2
18+
distributionType=source
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
20+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

0 commit comments

Comments
 (0)