You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.problems.reporter.report(ProblemId.create('github-details-not-github', 'GitHub.com not found in repository URL', GradleUtils.PROBLEM_GROUP)) { spec->
131
146
spec.details("""
132
147
The repository URL found or created in 'setGitHubDetails' does not include 'github.com'
133
148
This is problematic since all Minecraft Forge projects are hosted on GitHub.""")
.solution('Ensure that the repository remote URL is a GitHub repository')
137
153
.solution("Alternatively, define the URL using gradleutils.pom.setGitHubDetails(pom, 'MyOrganization', 'MyRepo') (the organization can be omitted if you are using 'MinecraftForge')")
138
154
}
@@ -145,6 +161,7 @@ final class PomUtils {
145
161
This is problematic if you are attempting to publish this project, especially from GitHub Actions.""")
0 commit comments