Skip to content

Commit

Permalink
Fix misc. gradle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Baughn committed Jun 26, 2015
1 parent f4e7c1a commit 2658109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = VERSION
sourceSets {
main {
java {
srcDirs = ['/src/main/java']
srcDirs = ['src/main/java']
}
resources {
srcDirs = ['src/main/resources']
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GROUP=com.Miaou.Eln
ARCHIVE_NAME=ElectricalAge_BETA
VERSION=1.9_r47
MAP_URL=https://github.com/Dolu1990/ElectricalAge/releases/download/BETA-1.9/ElectricalAge_tutorialMap_BETA-1.9_r41.zip
VERSION=1.9_r51
MAP_URL=https://github.com/Dolu1990/ElectricalAge/releases/download/BETA-1.9/ElectricalAge_tutorialMap_BETA-1.9_r41.zip
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 2658109

Please sign in to comment.