Skip to content

Commit

Permalink
chmod +x gradlew and update .gitignore and move dir_forgecraft to pri…
Browse files Browse the repository at this point in the history
…vate.properties
  • Loading branch information
phantamanta44 committed Aug 22, 2015
1 parent 8d55cb7 commit baa5aa3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Windows
Thumbs.db

## gradle
Expand All @@ -12,6 +13,7 @@ Thumbs.db
/.metadata
/.classpath
/.project
/eclipse
/bin

## intellij
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ task outputDeobf(type: Copy) {
task forgecraft(type: Copy) {
dependsOn "outputDeobf"
from "${config.dir_output}/wtf"
into file(config.dir_forgecraft)
into file(priv.dir_forgecraft)
}

task sort(type: Delete) {
Expand Down
1 change: 0 additions & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#
#Fri Aug 21 02:36:41 BST 2015
version=r1.7
dir_forgecraft=D\:/Seafile/incoming/ForgeCraft2/mods
dir_output=../Build Output/Botania/
dir_repo=./
forge_version=10.13.2.1291
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion private.properties.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
host=
user=
pass=
cfkey=
cfkey=
dir_forgecraft=../Build Output/Botania/

0 comments on commit baa5aa3

Please sign in to comment.