Skip to content

Commit

Permalink
curiosity
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Feb 4, 2025
1 parent 7b3dd7b commit bf15d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sourceSets.main {

repositories {
mavenCentral()
maven { url "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository" }
maven { url 'https://www.jitpack.io' }
}

Expand Down Expand Up @@ -62,6 +63,9 @@ task jarAndroid {
//dex and desugar files - this requires d8 in your PATH
"d8 $dependencies --min-api 14 --output ${project.archivesBaseName}Android.jar ${project.archivesBaseName}Desktop.jar"
.execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)

"echo 'd8 $dependencies --min-api 14 --output ${project.archivesBaseName}Android.jar ${project.archivesBaseName}Desktop.jar'"
.execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)
}
}

Expand Down

0 comments on commit bf15d20

Please sign in to comment.