Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osp54 authored Feb 3, 2024
1 parent 84e2531 commit af79392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
repositories {
mavenCentral()
maven(url = "https://jitpack.io")
maven("https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository")
}

dependencies {
Expand All @@ -29,4 +30,4 @@ tasks.jar {

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}
}

0 comments on commit af79392

Please sign in to comment.