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