From 3de619cf933993e419390556df9318ff846f19ef Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 1 Feb 2024 14:18:52 -0700 Subject: [PATCH] Update to Gradle 7.6.2 Closes gh-857 --- build.gradle | 1 - etc/nohttp/checkstyle.xml | 15 +++++++++++++++ gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 etc/nohttp/checkstyle.xml diff --git a/build.gradle b/build.gradle index 703e9209..4a6a8917 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,6 @@ configure(subprojects - coreModules) { } nohttp { - allowlistFile = project.file("etc/nohttp/allowlist.lines") source.exclude "buildSrc/build/**" } diff --git a/etc/nohttp/checkstyle.xml b/etc/nohttp/checkstyle.xml new file mode 100644 index 00000000..8cb9ac5f --- /dev/null +++ b/etc/nohttp/checkstyle.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aa991fce..98debb84 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists