Update to nohttp 0.0.1.RELEASE

Issue gh-6819
This commit is contained in:
Rob Winch 2019-05-01 20:08:26 -05:00
parent 2850b273ea
commit 342ef6c287
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ buildscript {
dependencies { dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE' classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath 'io.spring.nohttp:nohttp-gradle:0.0.1.BUILD-SNAPSHOT' classpath 'io.spring.nohttp:nohttp-gradle:0.0.1.RELEASE'
} }
repositories { repositories {
maven { url 'https://repo.spring.io/plugins-snapshot' } maven { url 'https://repo.spring.io/plugins-snapshot' }
@ -22,7 +22,7 @@ ext.milestoneBuild = !(snapshotBuild || releaseBuild)
dependencyManagementExport.projects = subprojects.findAll { !it.name.contains('-boot') } dependencyManagementExport.projects = subprojects.findAll { !it.name.contains('-boot') }
repositories { repositories {
maven { url 'https://repo.spring.io/libs-snapshot' } mavenCentral()
} }
subprojects { subprojects {