Merge pull request #297 from ryanjbaxter/release-bundle-distribution-for-commercial
Removing empty statement
This commit is contained in:
@@ -161,7 +161,7 @@ public class ReleaseBundleCreator {
|
||||
}
|
||||
|
||||
private Map<String, Object> createMappings() {
|
||||
Map<String, Object> mappings = new HashMap<>();;
|
||||
Map<String, Object> mappings = new HashMap<>();
|
||||
mappings.put("input", "spring-enterprise-maven-prod-local/(.*)");
|
||||
mappings.put("output", "spring-enterprise/$1");
|
||||
List<Map<String, Object>> mappingsArray = List.of(mappings);
|
||||
|
||||
Reference in New Issue
Block a user