Skip to content

Commit 3498663

Browse files
authored
Merge pull request #28 from sans404-dev/main
Fix build bug - library rename, exclude duplicates option
2 parents 934cc22 + a073d75 commit 3498663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation 'com.github.Steveice10:MCProtocolLib:1.18-3'
17+
implementation 'com.github.GeyserMC:MCProtocolLib:1.18-3'
1818
implementation 'commons-cli:commons-cli:1.5.0'
1919
implementation 'com.diogonunes:JColor:5.2.0'
2020
implementation 'dnsjava:dnsjava:3.4.3'
@@ -24,6 +24,7 @@ dependencies {
2424
jar {
2525
manifest {
2626
attributes 'Main-Class': 'me.creepermaxcz.mcbots.Main'
27+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
2728
}
2829
from {
2930
configurations.runtimeClasspath.filter{ it.exists() }.collect { it.isDirectory() ? it : zipTree(it) }

0 commit comments

Comments
 (0)