Skip to content

Commit

Permalink
Merge pull request #316 from jfdenise/main
Browse files Browse the repository at this point in the history
Fix for WFGP-290, Adjust to new wildfly-launcher GroupId
  • Loading branch information
jfdenise authored Nov 26, 2024
2 parents c104e09 + 18feb26 commit 79130d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public interface ArtifactResolver {
private static final String JBOSS_MODULES_GA = "org.jboss.modules:jboss-modules";
private static final String MAVEN_REPO_LOCAL = "maven.repo.local";
private static final String WILDFLY_CLI_GA = "org.wildfly.core:wildfly-cli";
private static final String WILDFLY_LAUNCHER_GA = "org.wildfly.core:wildfly-launcher";
private static final String WILDFLY_LAUNCHER_GA = "org.wildfly.launcher:wildfly-launcher";

private static final ProvisioningOption OPTION_MVN_DIST = ProvisioningOption.builder("jboss-maven-dist")
.setBooleanValueSet()
Expand Down

0 comments on commit 79130d9

Please sign in to comment.