This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode-examples.git
The following commit(s) were added to refs/heads/support/1.14 by this push:
new 8761fac fix build failure due to indirect dependency on jcenter
8761fac is described below
commit 8761fac80534a0ccf3dff208c0109161e52bacae
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Jan 20 22:11:25 2022 -0800
fix build failure due to indirect dependency on jcenter
---
build.gradle | 2 +-
gradle/rat.gradle | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/build.gradle b/build.gradle
index 77acecf..551fdf9 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 2aedfe0..b22e4fe 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/**',