You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/08/25 08:05:26 UTC

[lucene] 11/12: Piggyback spotless upgrade to 5.14.3

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

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

commit 0d07104de0eb78e45bc0e778b371b1698ce3ea1b
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Aug 24 14:42:40 2021 +0200

    Piggyback spotless upgrade to 5.14.3
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e37498c..78bbb8b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ plugins {
   id 'de.thetaphi.forbiddenapis' version '3.1' apply false
   id "de.undercouch.download" version "4.1.1" apply false
   id "net.ltgt.errorprone" version "1.2.1" apply false
-  id 'com.diffplug.spotless' version "5.8.2" apply false
+  id 'com.diffplug.spotless' version "5.14.3" apply false
 }
 
 apply from: file('gradle/globals.gradle')