We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5485145 commit 993f9d4Copy full SHA for 993f9d4
src/main/groovy/net/minecraftforge/gradleutils/PomUtils.groovy
@@ -109,10 +109,6 @@ final class PomUtils {
109
110
var remoteUrl = stripProtocol(this.gitversion.version.info.url)
111
var url = remoteUrl
112
- if (organization)
113
- println 'org exists'
114
- if (repo)
115
- println 'repo exists'
116
if (organization && repo) {
117
url = "github.com/${organization}/${repo}".toString()
118
0 commit comments