This commit is contained in:
Phillip Webb 2020-06-11 18:48:35 -07:00
parent e3d26b70dd
commit d650c5fdf2
2 changed files with 1 additions and 3 deletions

View File

@ -112,6 +112,7 @@ public class ArtifactoryService {
/**
* Deploy builds from Artifactory to Bintray.
* @param sourceRepo the source repo in Artifactory.
* @param releaseInfo the resease info
*/
public void distribute(String sourceRepo, ReleaseInfo releaseInfo) {
DistributionRequest request = new DistributionRequest(new String[] { sourceRepo });

View File

@ -45,9 +45,6 @@ class SonatypeServiceTests {
@Autowired
private SonatypeService service;
@Autowired
private SonatypeProperties properties;
@Autowired
private MockRestServiceServer server;