Skip to content

Commit

Permalink
Upgrade to nohttp 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jun 1, 2022
1 parent 15a16e8 commit 39b8691
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Expand Up @@ -72,7 +72,7 @@ dependencies {
docs 'io.spring.docresources:spring-doc-resources:0.1.0.RELEASE@zip'
jarjar "org.gradle.jarjar:jarjar:$jarjarVersion"
maven "org.apache.maven:maven-model-builder:$mavenVersion"
nohttp "io.spring.nohttp:nohttp-cli:0.0.2.RELEASE"
nohttp "io.spring.nohttp:nohttp-cli:0.0.10"
testCompile("org.spockframework:spock-core:$spockVersion") {
exclude group: 'org.codehaus.groovy'
}
Expand Down Expand Up @@ -157,12 +157,10 @@ task docsZip(type: Zip, dependsOn: [':asciidoctor', ':javadoc']) {
}

task nohttp(type: JavaExec) {
main = 'org.springframework.boot.loader.JarLauncher'
main = 'io.spring.nohttp.cli.NoHttpCliMain'
classpath = configurations.nohttp
args = [
'-D=reports',
'-D=styles',
'-D=expandedArchives'
'-D=build'
]
}

Expand Down

0 comments on commit 39b8691

Please sign in to comment.