Revert "Updated config to the new version format"
This reverts commit 97dcabc527ec1d23c8d5d3ee8400f70f81b048d7. First attempt to sign with automated process
This commit is contained in:
parent
97dcabc527
commit
5aeab91566
@ -16,4 +16,4 @@ Il permet d'ajouter à vos mondes minecraft ~~de la pollution spatiale~~ des sat
|
||||
|
||||
## Crédits
|
||||
Created by JackCarterSmith
|
||||
Inspired by Thaumcraft, Draconic Evolution and Immersive Engineering
|
||||
Inspired by the work of BluSunrize
|
||||
|
@ -48,9 +48,9 @@ if (System.getenv("BUILD_NUMBER") != null) {
|
||||
|
||||
}
|
||||
|
||||
version = "$project.minecraftVersion-$baseVersion.$buildNumber"
|
||||
version = "$baseVersion.$buildNumber"
|
||||
group = "fr.jackcartersmith.orbsat"
|
||||
archivesBaseName = "OrbitalSatellite"
|
||||
archivesBaseName = "OrbitalSatellite-$project.minecraftVersion"
|
||||
|
||||
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=0.1
|
||||
baseVersion=1.0
|
||||
minecraftVersion=1.12.2
|
||||
forgeVersion=14.23.5.2847
|
||||
org.gradle.jvmargs=-Xmx4G
|
||||
|
Loading…
x
Reference in New Issue
Block a user