Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Nov 6, 2021
1 parent c788424 commit 8447fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<local name="java.version-message"/>
<condition property="java.version-message"
value="Java 7 does not support TLS 1.2, so we have to use the insecure Maven Central mirror. If you are building a release, please run the build at least once with Java 8+ to download all Artifacts using HTTPS. If you don't yet have the Gradle Artifacts downloaded, you have to do this anyways."
else="You are using Java 8+, so wecan use the HTTPS Maven Repository for downloading artifacts."
else="You are using Java 8+, so we can use the HTTPS Maven Repository for downloading artifacts."
>
<isset property="is.java7"/>
</condition>
Expand Down

0 comments on commit 8447fb0

Please sign in to comment.