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
|
# eclipse
|
||||||
bin
|
bin
|
||||||
|
eclipse
|
||||||
*.launch
|
*.launch
|
||||||
.settings
|
.settings
|
||||||
.metadata
|
.metadata
|
||||||
@ -8,6 +9,7 @@ bin
|
|||||||
|
|
||||||
# idea
|
# idea
|
||||||
out
|
out
|
||||||
|
classes
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
*.iml
|
*.iml
|
||||||
@ -18,5 +20,8 @@ build
|
|||||||
.gradle
|
.gradle
|
||||||
|
|
||||||
# other
|
# other
|
||||||
eclipse
|
*.DS_Store*
|
||||||
run
|
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"
|
group = "fr.jackcartersmith.orbsat"
|
||||||
archivesBaseName = "OrbitalSatellite-$project.minecraftVersion"
|
archivesBaseName = "OrbitalSatellite"
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = 1.8
|
sourceCompatibility = targetCompatibility = 1.8
|
||||||
compileJava {
|
compileJava {
|
||||||
@ -61,8 +61,8 @@ minecraft {
|
|||||||
version = "$project.minecraftVersion-$project.forgeVersion"
|
version = "$project.minecraftVersion-$project.forgeVersion"
|
||||||
runDir = "eclipse"
|
runDir = "eclipse"
|
||||||
|
|
||||||
mappings = "stable_39"
|
//mappings = "stable_39"
|
||||||
//mappings = "snapshot_20180814"
|
mappings = "snapshot_20180814"
|
||||||
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
|
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.
|
# 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.
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||||
baseVersion=1.0
|
baseVersion=0.1
|
||||||
minecraftVersion=1.12.2
|
minecraftVersion=1.12.2
|
||||||
forgeVersion=14.23.5.2847
|
forgeVersion=14.23.5.2847
|
||||||
org.gradle.jvmargs=-Xmx4G
|
org.gradle.jvmargs=-Xmx4G
|
||||||
|
Loading…
x
Reference in New Issue
Block a user