File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' org.jetbrains.dokka' version ' 0.10.1' apply false
5
5
id ' org.asciidoctor.jvm.convert' version ' 2.4.0'
6
6
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'
8
8
id ' de.undercouch.download' version ' 4.0.0'
9
9
id ' com.gradle.build-scan' version ' 3.2'
10
10
id " com.jfrog.artifactory" version ' 4.12.0' apply false
@@ -386,7 +386,7 @@ configure(rootProject) {
386
386
387
387
nohttp {
388
388
source. exclude " **/test-output/**"
389
- whitelistFile = project. file(" src/nohttp/whitelist .lines" )
389
+ allowlistFile = project. file(" src/nohttp/allowlist .lines" )
390
390
def rootPath = file(rootDir). toPath()
391
391
def projectDirs = allprojects. collect { it. projectDir } + " ${ rootDir} /buildSrc"
392
392
projectDirs. forEach { dir ->
File renamed without changes.
You can’t perform that action at this time.
0 commit comments