File tree Expand file tree Collapse file tree
buildSrc/src/main/groovy/io/spring/gradle/convention
crypto/src/main/java/org/springframework/security/crypto/password Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ class ArtifactoryPlugin implements Plugin<Project> {
8181 repository {
8282 repoKey = isSnapshot ? snapshotRepository : isMilestone ? milestoneRepository : releaseRepository
8383 if (project. hasProperty(' artifactoryUsername' )) {
84- username = artifactoryUsername
85- password = artifactoryPassword
84+ username = project . artifactoryUsername
85+ password = project . artifactoryPassword
8686 }
8787 }
8888 }
Original file line number Diff line number Diff line change 1818
1919import org .jspecify .annotations .Nullable ;
2020
21- /**`
21+ /**
2222 * Service interface for encoding passwords.
2323 *
2424 * The preferred implementation is {@code BCryptPasswordEncoder}.
You can’t perform that action at this time.
0 commit comments