You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ju...@apache.org on 2022/01/24 00:30:34 UTC

[lucene] branch main updated: Undo accidental change to build.gradle

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

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


The following commit(s) were added to refs/heads/main by this push:
     new fb09ae1  Undo accidental change to build.gradle
fb09ae1 is described below

commit fb09ae1f7c1697f52a80c958ca03d368949a3fa9
Author: Julie Tibshirani <ju...@apache.org>
AuthorDate: Sun Jan 23 16:26:16 2022 -0800

    Undo accidental change to build.gradle
---
 build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index d61f5d3..5162a72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -183,5 +183,3 @@ apply from: file('gradle/hacks/turbocharge-jvm-opts.gradle')
 apply from: file('gradle/hacks/dummy-outputs.gradle')
 
 apply from: file('gradle/pylucene/pylucene.gradle')
-sourceCompatibility = JavaVersion.VERSION_16
-targetCompatibility = JavaVersion.VERSION_16