Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Sep 1, 2019
2 parents 975a7a3 + 5ecef2f commit 458e545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repositories{
}

dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:-SNAPSHOT"
compileOnly "com.github.Anuken.Mindustry:core:-SNAPSHOT"
compileOnly "com.github.Anuken.Arc:arc-core:master-SNAPSHOT"
compileOnly "com.github.Anuken.Mindustry:core:master-SNAPSHOT"
}

jar{
version = null
from{
configurations.runtimeClasspath.collect{it.isDirectory() ? it : zipTree(it)}
}
}
}

0 comments on commit 458e545

Please sign in to comment.