Skip to content

Commit

Permalink
Fix build in repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Jan 8, 2025
1 parent a6ae101 commit d43e998
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void publishToLDTTeamMaven(final String repositoryId) {
credentials.setUsername(username.get());
credentials.setPassword(password.get());
});
mavenRepository.setName("LDTTeam Maven");
mavenRepository.setName("LDTTeamMaven");
});
});
}
Expand Down Expand Up @@ -170,7 +170,7 @@ public void publishToGithub() {
credentials.setUsername(username.get());
credentials.setPassword(password.get());
});
mavenRepository.setName("GitHub Packages");
mavenRepository.setName("GitHubPackages");
});
});
}
Expand Down

0 comments on commit d43e998

Please sign in to comment.