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 8362668 commit 897c7baCopy full SHA for 897c7ba
build.gradle
@@ -114,8 +114,7 @@ tasks.withType(Javadoc).configureEach {
114
}
115
116
changelog {
117
- fromBase()
118
- publishAll = false
+ from '3.0'
119
120
121
gradlePlugin {
gradleutils-shared/build.gradle
@@ -14,8 +14,8 @@ plugins {
14
15
16
final projectDisplayName = 'Minecraft Forge Shared Plugin Base'
17
-base.archivesName = 'gradleutils-shared'
18
description = 'The shared base used by all of Minecraft Forge\'s Gradle plugins'
+base.archivesName = 'gradleutils-shared'
19
group = 'net.minecraftforge'
20
// version set by gitversion in settings.gradle
21
0 commit comments