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 b6ac1ff commit b7c5044Copy full SHA for b7c5044
.gitignore
@@ -25,3 +25,6 @@ keystore.jks
25
secrets.properties
26
build_number.properties
27
changelog.txt
28
+
29
+# Ignore Minecraft runtime logs
30
+/logs
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'com.matthewprenger.cursegradle' version '1.4.0'
4
id 'com.github.kt3k.coveralls' version '2.12.0'
5
id 'com.diffplug.spotless' version '6.25.0'
6
- id 'com.github.johnrengelman.shadow' version '8.1.1'
+ id 'com.gradleup.shadow' version '8.3.8'
7
id 'com.modrinth.minotaur' version '2.+'
8
}
9
0 commit comments