Skip to content

Commit b7c5044

Browse files
authored
Migrate shadow plugin from com.github.johnrengelman to com.gradleup (#60)
1 parent b6ac1ff commit b7c5044

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ keystore.jks
2525
secrets.properties
2626
build_number.properties
2727
changelog.txt
28+
29+
# Ignore Minecraft runtime logs
30+
/logs

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'com.matthewprenger.cursegradle' version '1.4.0'
44
id 'com.github.kt3k.coveralls' version '2.12.0'
55
id 'com.diffplug.spotless' version '6.25.0'
6-
id 'com.github.johnrengelman.shadow' version '8.1.1'
6+
id 'com.gradleup.shadow' version '8.3.8'
77
id 'com.modrinth.minotaur' version '2.+'
88
}
99

0 commit comments

Comments
 (0)