Polish
This commit is contained in:
parent
e3d26b70dd
commit
d650c5fdf2
|
@ -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 });
|
||||
|
|
|
@ -45,9 +45,6 @@ class SonatypeServiceTests {
|
|||
@Autowired
|
||||
private SonatypeService service;
|
||||
|
||||
@Autowired
|
||||
private SonatypeProperties properties;
|
||||
|
||||
@Autowired
|
||||
private MockRestServiceServer server;
|
||||
|
||||
|
|
Loading…
Reference in New Issue