There was an error while loading. Please reload this page.
1 parent ea6c75f commit b0c202bCopy full SHA for b0c202b
examples/gradle/build.gradle
@@ -10,8 +10,8 @@ repositories {
10
maven {
11
url = uri("https://nexus-repo.corp.cloudlinux.com/repository/els_spring")
12
credentials {
13
- username = "your-username"
14
- password = "your-password"
+ username = findProperty('YOUR_USERNAME')
+ password = findProperty('YOUR_PASSWORD')
15
}
16
17
0 commit comments