diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..9362988 --- /dev/null +++ b/build.bat @@ -0,0 +1 @@ +gradlew.bat build \ No newline at end of file diff --git a/build.gradle b/build.gradle index 5e7b343..67a5ac5 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {