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.
2 parents 934cc22 + a073d75 commit 3498663Copy full SHA for 3498663
build.gradle
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation 'com.github.Steveice10:MCProtocolLib:1.18-3'
+ implementation 'com.github.GeyserMC:MCProtocolLib:1.18-3'
18
implementation 'commons-cli:commons-cli:1.5.0'
19
implementation 'com.diogonunes:JColor:5.2.0'
20
implementation 'dnsjava:dnsjava:3.4.3'
@@ -24,6 +24,7 @@ dependencies {
24
jar {
25
manifest {
26
attributes 'Main-Class': 'me.creepermaxcz.mcbots.Main'
27
+ duplicatesStrategy = DuplicatesStrategy.EXCLUDE
28
29
from {
30
configurations.runtimeClasspath.filter{ it.exists() }.collect { it.isDirectory() ? it : zipTree(it) }
0 commit comments