From 342ef6c287c72f77e73219f2e4ae93b95c7ce35d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 1 May 2019 20:08:26 -0500 Subject: [PATCH] Update to nohttp 0.0.1.RELEASE Issue gh-6819 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bd2db2fd9f..02308afd58 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE' 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 { maven { url 'https://repo.spring.io/plugins-snapshot' } @@ -22,7 +22,7 @@ ext.milestoneBuild = !(snapshotBuild || releaseBuild) dependencyManagementExport.projects = subprojects.findAll { !it.name.contains('-boot') } repositories { - maven { url 'https://repo.spring.io/libs-snapshot' } + mavenCentral() } subprojects {