diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-14 18:13:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-19 16:29:16 +0200 |
commit | f371bfb3eb9b212c735aa7985b98eff89e34da80 (patch) | |
tree | fc222ef24f6f13e2c6268d2a2fe8e85614d1dbc4 | |
parent | 011c26ff36b9e76c84fc2459e337f159c0f55a9a (diff) | |
download | jgit-f371bfb3eb9b212c735aa7985b98eff89e34da80.tar.gz jgit-f371bfb3eb9b212c735aa7985b98eff89e34da80.zip |
Remove blank in maven.config
Maven 3.9.1 doesn't accept this whitespace.
Change-Id: I0f6e3652b1e581615c370d35bc782184712ac922
-rw-r--r-- | .mvn/maven.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mvn/maven.config b/.mvn/maven.config index ebbe28853d..3944d880ef 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --T 1C +-T1C |