This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git
The following commit(s) were added to refs/heads/develop by this push:
new 40893e0 fix build failure due to indirect dependency on jcenter
40893e0 is described below
commit 40893e0d17cbcb6e4b16ed18840e64c6acbd29ff
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Jan 20 22:11:25 2022 -0800
fix build failure due to indirect dependency on jcenter
(cherry picked from commit 8761fac80534a0ccf3dff208c0109161e52bacae)
---
build.gradle | 2 +-
gradle/rat.gradle | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/build.gradle b/build.gradle
index 4feaa5d..3816169 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@
*/
plugins {
- id "org.nosphere.apache.rat" version "0.3.0"
+ id "org.nosphere.apache.rat" version "0.6.0"
id "com.diffplug.gradle.spotless" version "3.0.0"
id "de.undercouch.download" version "3.1.2"
}
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 0485ff9..2b569c6 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -17,10 +17,6 @@
apply plugin: "org.nosphere.apache.rat"
rat {
- xmlOutput = false
- htmlOutput = false
- plainOutput = true
-
excludes = [
// git
'.git/**',