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:22:59 UTC

[solr] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit 9c5bceed15fe5266975971f2a20deeec607f9d3f
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 e0f4b2655d2..4d64e2c2201 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 66a48534ae0..76cbe2f8c78 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -183,6 +183,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)