Skip to content

Commit

Permalink
Remove gradle shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Apr 22, 2024
1 parent 36e4177 commit abe6b1c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'maven-publish'
}

Expand Down Expand Up @@ -40,17 +39,6 @@ dependencies {
compileOnly("xyz.jpenilla:squaremap-api:${project.squaremap_api}")
}

shadowJar {
minimize()
archiveClassifier.set("shadow")
configurations = [project.configurations.shadow]
from sourceSets.main.output
}

remapJar {
from zipTree(shadowJar.archiveFile) dependsOn shadowJar
}

processResources {
inputs.property "version", project.version

Expand Down

0 comments on commit abe6b1c

Please sign in to comment.