Skip to content

Commit 897c7ba

Browse files
committed
3.0 Full Release
1 parent 8362668 commit 897c7ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ tasks.withType(Javadoc).configureEach {
114114
}
115115

116116
changelog {
117-
fromBase()
118-
publishAll = false
117+
from '3.0'
119118
}
120119

121120
gradlePlugin {

gradleutils-shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
}
1515

1616
final projectDisplayName = 'Minecraft Forge Shared Plugin Base'
17-
base.archivesName = 'gradleutils-shared'
1817
description = 'The shared base used by all of Minecraft Forge\'s Gradle plugins'
18+
base.archivesName = 'gradleutils-shared'
1919
group = 'net.minecraftforge'
2020
// version set by gitversion in settings.gradle
2121

0 commit comments

Comments
 (0)