archrelease: copy trunk to community-any
[ArchLinux/community.git] / solr / trunk / allow-using-system-gradle.patch
blob40c824065a7ce41159acedadc7835f6ad8d1490a
1 Subject: [PATCH] allow-system-gradle
2 ---
3 Index: gradle/testing/defaults-tests.gradle
4 IDEA additional info:
5 Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
6 <+>UTF-8
7 ===================================================================
8 diff --git a/gradle/testing/defaults-tests.gradle b/gradle/testing/defaults-tests.gradle
9 --- a/gradle/testing/defaults-tests.gradle (revision 92c5515e2918c22513f7aa527d6c6db943150fea)
10 +++ b/gradle/testing/defaults-tests.gradle (date 1681295313069)
11 @@ -89,7 +89,7 @@
13 tasks.withType(Test) {
14 ext {
15 - testOutputsDir = file("${reports.junitXml.destination}/outputs")
16 + testOutputsDir = file("${reports.junitXml.outputLocation.get()}/outputs")
19 // LUCENE-9660: Make it possible to always rerun tests, even if they're incrementally up-to-date.
20 Index: buildSrc/build.gradle
21 IDEA additional info:
22 Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
23 <+>UTF-8
24 ===================================================================
25 diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
26 --- a/buildSrc/build.gradle (revision 92c5515e2918c22513f7aa527d6c6db943150fea)
27 +++ b/buildSrc/build.gradle (date 1681295152900)
28 @@ -25,7 +25,6 @@
31 // Make sure the build environment is consistent.
32 -apply from: file('../gradle/validation/check-environment.gradle')
34 // Load common buildSrc and script deps.
35 apply from: file("scriptDepVersions.gradle")