Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cooffeeRequired authored Jan 25, 2025
1 parent cfe05ed commit e72a1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ jar {

tasks.withType(ShadowJar).configureEach {
archiveClassifier.set('shaded')
archiveFileName.set('skjson.jar') // Nastavení výstupního názvu souboru

// Relocate bStats to avoid classpath conflicts
relocate 'org.bstats', 'cz.coffee.shadowed.bstats'
relocate 'de.tr7zw.changeme.nbtapi', 'cz.coffee.shadowed.nbtapi'


// Exclude META-INF files
exclude 'META-INF/*.MF', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'

// doLast {
// doLast {
// copy {
// from archiveFile.get().asFile
// into '/home/coffee/mc/plugins'
Expand Down

0 comments on commit e72a1da

Please sign in to comment.