You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2023/01/18 19:24:34 UTC

[solr] branch branch_9x updated: SOLR-16624: Remove Gradle Groovy version override (#1298)

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

krisden pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new cae9d0e1e2f SOLR-16624: Remove Gradle Groovy version override (#1298)
cae9d0e1e2f is described below

commit cae9d0e1e2fb1f5dfcfe28c13c7f66af09d5a59f
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Wed Jan 18 14:22:52 2023 -0500

    SOLR-16624: Remove Gradle Groovy version override (#1298)
---
 build.gradle     | 9 ---------
 solr/CHANGES.txt | 2 ++
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/build.gradle b/build.gradle
index 40b6de24a86..b75a9f766bc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -102,15 +102,6 @@ ext {
   }
 }
 
-configurations {
-  groovy
-}
-
-dependencies {
-  // Use a newer groovy that doesn't have illegal reflective accesses.
-  groovy "org.codehaus.groovy:groovy-all:3.0.12"
-}
-
 apply from: file('buildSrc/scriptDepVersions.gradle')
 
 // Include smaller chunks configuring dedicated build areas.
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e03d61e9310..76b4e5a85cb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -157,6 +157,8 @@ Build
 
 * SOLR-16581: Upgrade OWASP dependency check to 7.4.1 (Kevin Risden)
 
+* SOLR-16624: Remove Gradle Groovy version override (Kevin Risden)
+
 Other Changes
 ---------------------
 * SOLR-16545: Upgrade Carrot2 to 4.5.0 (Dawid Weiss)