Skip to content

Commit baa5aa3

Browse files
committed
chmod +x gradlew and update .gitignore and move dir_forgecraft to private.properties
1 parent 8d55cb7 commit baa5aa3

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## Windows
12
Thumbs.db
23

34
## gradle
@@ -12,6 +13,7 @@ Thumbs.db
1213
/.metadata
1314
/.classpath
1415
/.project
16+
/eclipse
1517
/bin
1618

1719
## intellij

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ task outputDeobf(type: Copy) {
138138
task forgecraft(type: Copy) {
139139
dependsOn "outputDeobf"
140140
from "${config.dir_output}/wtf"
141-
into file(config.dir_forgecraft)
141+
into file(priv.dir_forgecraft)
142142
}
143143

144144
task sort(type: Delete) {

build.properties

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
22
#Fri Aug 21 02:36:41 BST 2015
33
version=r1.7
4-
dir_forgecraft=D\:/Seafile/incoming/ForgeCraft2/mods
54
dir_output=../Build Output/Botania/
65
dir_repo=./
76
forge_version=10.13.2.1291

gradlew

100644100755
File mode changed.

private.properties.example

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
host=
22
user=
33
pass=
4-
cfkey=
4+
cfkey=
5+
dir_forgecraft=../Build Output/Botania/

0 commit comments

Comments
 (0)