Skip to content

Commit

Permalink
new build, added build.bat
Browse files Browse the repository at this point in the history
build.bat can be run to build the mod.
  • Loading branch information
Treehee committed Sep 13, 2018
1 parent 01bfc26 commit 02002b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gradlew.bat build
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "0.1"
group = "com.enwash.bd" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "bd"
version = "1.0"
group = "com.enwash.btdc" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "btdc"

sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
compileJava {
Expand Down

0 comments on commit 02002b9

Please sign in to comment.