Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
Volas171 authored Jul 25, 2021
1 parent 53effd4 commit 0d38bbc
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 @@ -36,8 +36,6 @@ repositories{
maven{url("https://jitpack.io")}
}

boolean zip64 = true

dependencies{
compileOnly("com.github.Anuken.Mindustry:desktop:v127.2")
compileOnly("com.github.Anuken.Arc:arc-core:v127.2")
Expand All @@ -55,6 +53,7 @@ dependencies{
}

jar{
zip64 true
archiveFileName.set("${jarName}.jar")
duplicatesStrategy = DuplicatesStrategy.EXCLUDE

Expand All @@ -75,6 +74,7 @@ compileGroovy{

// credits to sonnicon
task dexify(type: Jar, dependsOn: [jar]){
zip64 true
archiveFileName.set("dexed-${jarName}.jar")

def jarArtifact = new File(tasks.jar.archiveFile.get().asFile.parent, "${jarName}.jar")
Expand Down

1 comment on commit 0d38bbc

@USMP-lancer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it hasnt been compiling right til now, good bug fixing lmao

Please sign in to comment.