Skip to content

Commit

Permalink
а ну дыркус гей на ние
Browse files Browse the repository at this point in the history
  • Loading branch information
Def-Try committed Nov 27, 2023
1 parent b62018a commit 8cf3606
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ repositories {

ext {
mindustryVersion = 'v142'
usefulHash = '2f1d9eb899'
}

dependencies {
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"

implementation "com.google.code.gson:gson:2.10"
implementation "com.github.xzxADIxzx.useful-stuffs:bundle:d1e3cc1a5a"
implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash"
}

jar {
archiveFileName.set "${project.archivesBaseName}.jar"
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}
}

0 comments on commit 8cf3606

Please sign in to comment.