Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit cdd42a7

Browse files
committed
Update to Spring Build Conventions 0.0.35
Closes gh-293
1 parent 507890b commit cdd42a7

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

build.gradle

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath 'io.spring.gradle:spring-build-conventions:0.0.32.RELEASE'
3+
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
44
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
55
classpath 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.22'
66
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
@@ -19,23 +19,6 @@ repositories {
1919
apply plugin: 'io.spring.convention.root'
2020
apply plugin: 'io.spring.nohttp'
2121

22-
allprojects { project ->
23-
project.repositories { repos ->
24-
all { repo ->
25-
if (!repo.url.toString().startsWith("https://repo.spring.io/libs")) {
26-
return;
27-
}
28-
if (!project.hasProperty("artifactoryUsername")) {
29-
return;
30-
}
31-
repo.credentials {
32-
username = artifactoryUsername
33-
password = artifactoryPassword
34-
}
35-
}
36-
}
37-
}
38-
3922
group = 'org.springframework.security.oauth.boot'
4023
description = 'Spring Security OAuth2 Auto Configuration'
4124

0 commit comments

Comments
 (0)