Updated config to the new version format
Cleaned up unecessary files. Signed-off-by: JackCarterSmith <arechristopher1@gmail.com>
This commit is contained in:
parent
e50b6287a9
commit
97dcabc527
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
# eclipse
|
||||
bin
|
||||
eclipse
|
||||
*.launch
|
||||
.settings
|
||||
.metadata
|
||||
@ -8,6 +9,7 @@ bin
|
||||
|
||||
# idea
|
||||
out
|
||||
classes
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
@ -18,5 +20,8 @@ build
|
||||
.gradle
|
||||
|
||||
# other
|
||||
eclipse
|
||||
*.DS_Store*
|
||||
run
|
||||
!LICENSE
|
||||
!README.*
|
||||
!.gitignore
|
@ -48,9 +48,9 @@ if (System.getenv("BUILD_NUMBER") != null) {
|
||||
|
||||
}
|
||||
|
||||
version = "$baseVersion.$buildNumber"
|
||||
version = "$project.minecraftVersion-$baseVersion.$buildNumber"
|
||||
group = "fr.jackcartersmith.orbsat"
|
||||
archivesBaseName = "OrbitalSatellite-$project.minecraftVersion"
|
||||
archivesBaseName = "OrbitalSatellite"
|
||||
|
||||
sourceCompatibility = targetCompatibility = 1.8
|
||||
compileJava {
|
||||
@ -61,8 +61,8 @@ minecraft {
|
||||
version = "$project.minecraftVersion-$project.forgeVersion"
|
||||
runDir = "eclipse"
|
||||
|
||||
mappings = "stable_39"
|
||||
//mappings = "snapshot_20180814"
|
||||
//mappings = "stable_39"
|
||||
mappings = "snapshot_20180814"
|
||||
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
baseVersion=1.0
|
||||
baseVersion=0.1
|
||||
minecraftVersion=1.12.2
|
||||
forgeVersion=14.23.5.2847
|
||||
org.gradle.jvmargs=-Xmx4G
|
||||
|
Loading…
x
Reference in New Issue
Block a user