Skip to content

Commit d51abe4

Browse files
committed
Upgrade to nohttp 0.0.5
Closes gh-25266
1 parent 9acb5b1 commit d51abe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'org.jetbrains.dokka' version '0.10.1' apply false
55
id 'org.asciidoctor.jvm.convert' version '2.4.0'
66
id 'io.spring.gradle-enterprise-conventions' version '0.0.2'
7-
id 'io.spring.nohttp' version '0.0.4.RELEASE'
7+
id 'io.spring.nohttp' version '0.0.5.RELEASE'
88
id 'de.undercouch.download' version '4.0.0'
99
id 'com.gradle.build-scan' version '3.2'
1010
id "com.jfrog.artifactory" version '4.12.0' apply false
@@ -386,7 +386,7 @@ configure(rootProject) {
386386

387387
nohttp {
388388
source.exclude "**/test-output/**"
389-
whitelistFile = project.file("src/nohttp/whitelist.lines")
389+
allowlistFile = project.file("src/nohttp/allowlist.lines")
390390
def rootPath = file(rootDir).toPath()
391391
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
392392
projectDirs.forEach { dir ->
File renamed without changes.

0 commit comments

Comments
 (0)