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 19:40:34 UTC

[lucene-solr] 02/02: Renamed the alt jdk support gradle snippet to a more intuitive name.

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 5e1bdeadb3d2bb6f4f7ed4aa0399622e0e209b12
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Mon Jul 20 21:40:21 2020 +0200

    Renamed the alt jdk support gradle snippet to a more intuitive name.
---
 build.gradle                                                            | 2 +-
 .../{runtime-jvm-support.gradle => alternative-jdk-support.gradle}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 5f97892..a38ca1f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -94,7 +94,7 @@ apply from: file('gradle/defaults-java.gradle')
 apply from: file('gradle/testing/defaults-tests.gradle')
 apply from: file('gradle/testing/randomization.gradle')
 apply from: file('gradle/testing/fail-on-no-tests.gradle')
-apply from: file('gradle/testing/runtime-jvm-support.gradle')
+apply from: file('gradle/testing/alternative-jdk-support.gradle')
 apply from: file('gradle/jar-manifest.gradle')
 
 // Maven publishing.
diff --git a/gradle/testing/runtime-jvm-support.gradle b/gradle/testing/alternative-jdk-support.gradle
similarity index 100%
rename from gradle/testing/runtime-jvm-support.gradle
rename to gradle/testing/alternative-jdk-support.gradle