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 b550370 commit 8fd12f7Copy full SHA for 8fd12f7
src/main/groovy/net/minecraftforge/gradleutils/GradleUtilsExtensionImpl.groovy
@@ -170,7 +170,7 @@ import static net.minecraftforge.gradleutils.GradleUtilsPlugin.LOGGER
170
if (this.problems.test('net.minecraftforge.gradleutils.publishing.use-base-archives-name')) {
171
project.extensions.getByType(PublishingExtension).publications.withType(MavenPublication).configureEach {
172
if (it.artifactId == project.name)
173
- it.artifactId = project.extensions.getByType(BasePluginExtension).archivesName
+ it.artifactId = project.extensions.getByType(BasePluginExtension).archivesName.get()
174
}
175
176
0 commit comments