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-15 00:42:22 +0200 |
commit | f73efea21f0dd1aefcf3aa1cd1a3718f2e598b34 (patch) | |
tree | c1155d88efb05598a6355dff24e24f82b4fdebb7 /.mvn | |
parent | 23b9693a75b899c97da8a04c0b531874b225d236 (diff) | |
download | jgit-f73efea21f0dd1aefcf3aa1cd1a3718f2e598b34.tar.gz jgit-f73efea21f0dd1aefcf3aa1cd1a3718f2e598b34.zip |
Remove blank in maven.config
Maven 3.9.1 doesn't accept this whitespace.
Change-Id: I0f6e3652b1e581615c370d35bc782184712ac922
Diffstat (limited to '.mvn')
-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 |