You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2020/07/20 10:48:58 UTC

[lucene-solr] 02/02: Remove jar todo, doesn't make sense.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch jira/LUCENE-9312
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d28aa5de1bf8cea106fa8121a660769f1241b9b0
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Mon Jul 20 12:48:43 2020 +0200

    Remove jar todo, doesn't make sense.
---
 gradle/testing/runtime-jvm-support.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gradle/testing/runtime-jvm-support.gradle b/gradle/testing/runtime-jvm-support.gradle
index 26eb370..11d720f 100644
--- a/gradle/testing/runtime-jvm-support.gradle
+++ b/gradle/testing/runtime-jvm-support.gradle
@@ -64,8 +64,6 @@ if (!currentJvm.javaExecutable.equals(altJvm.javaExecutable)) {
 
     // Look at Elasticsearch's code; there are caveats concerning build artifact caching
     // (we don't use it at the moment, but who knows).
-    // TODO: Any jar calls?
     // TODO: Any javadoc calls?
   }
-
 }