Merge pull request #297 from ryanjbaxter/release-bundle-distribution-for-commercial

Removing empty statement
This commit is contained in:
Ryan Baxter
2024-06-06 20:24:01 -04:00
committed by GitHub

View File

@@ -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);