You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by pa...@apache.org on 2022/12/31 01:08:37 UTC

[lucene] branch branch_9x updated: Remove extra lines added by IDE

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 0413eb5c8d2 Remove extra lines added by IDE
0413eb5c8d2 is described below

commit 0413eb5c8d2b3159c0916ea7a9307ad020e31ddc
Author: Patrick Zhai <zh...@gmail.com>
AuthorDate: Fri Dec 30 17:08:04 2022 -0800

    Remove extra lines added by IDE
---
 lucene/core/build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lucene/core/build.gradle b/lucene/core/build.gradle
index 604fae952bb..e55c0853f61 100644
--- a/lucene/core/build.gradle
+++ b/lucene/core/build.gradle
@@ -23,5 +23,3 @@ dependencies {
   moduleTestImplementation project(':lucene:codecs')
   moduleTestImplementation project(':lucene:test-framework')
 }
-sourceCompatibility = JavaVersion.VERSION_18
-targetCompatibility = JavaVersion.VERSION_18