You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2022/11/07 13:13:25 UTC

[solr] branch branch_9x updated: Remove sourceCompatibility setting from gradle

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

gerlowskija 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 ab786261bdf Remove sourceCompatibility setting from gradle
ab786261bdf is described below

commit ab786261bdf3021b1020d00e363083791f2ca481
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Fri Nov 4 15:51:57 2022 -0400

    Remove sourceCompatibility setting from gradle
    
    Was unintentionally added in c23ecd6.
---
 build.gradle | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 09a463087c4..f8f1dd0cc07 100644
--- a/build.gradle
+++ b/build.gradle
@@ -206,6 +206,3 @@ apply from: file('gradle/solr/solr-forbidden-apis.gradle')
 apply from: file('gradle/ant-compat/solr.post-jar.gradle')
 
 apply from: file('gradle/node.gradle')
-
-sourceCompatibility = JavaVersion.VERSION_17
-targetCompatibility = JavaVersion.VERSION_17