2018-07-16 19:53:20 +02:00
|
|
|
import groovy.json.JsonOutput
|
|
|
|
|
2018-02-01 20:56:12 +01:00
|
|
|
def mainVersion = "1.7"
|
2018-11-18 18:05:38 +01:00
|
|
|
def buildNumber = "32"
|
2016-09-15 20:43:18 +02:00
|
|
|
|
|
|
|
// For those who want the bleeding edge
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
maven {
|
|
|
|
name = "forge"
|
|
|
|
url = "http://files.minecraftforge.net/maven"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
2017-07-09 18:10:06 +02:00
|
|
|
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
|
2016-09-15 20:43:18 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
|
|
|
|
|
|
|
/*
|
|
|
|
// for people who want stable - not yet functional for MC 1.8.8 - we require the forgegradle 2.1 snapshot
|
|
|
|
plugins {
|
|
|
|
id "net.minecraftforge.gradle.forge" version "2.0.2"
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
version = "${mainVersion}-${buildNumber}"
|
|
|
|
group= "malte0811"
|
|
|
|
archivesBaseName = "IndustrialWires"
|
|
|
|
|
|
|
|
sourceCompatibility = 1.8
|
|
|
|
targetCompatibility = 1.8
|
|
|
|
|
|
|
|
minecraft {
|
2018-11-17 12:23:31 +01:00
|
|
|
version = "1.12.2-14.23.5.2768"
|
2016-09-15 20:43:18 +02:00
|
|
|
runDir = "run"
|
|
|
|
|
|
|
|
replace '${version}', project.version
|
2018-11-17 12:23:31 +01:00
|
|
|
mappings = "stable_39"
|
2016-09-15 20:43:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
repositories {
|
2017-06-25 18:34:10 +02:00
|
|
|
maven {
|
2016-09-29 16:19:16 +02:00
|
|
|
name 'ic2'
|
|
|
|
url 'http://maven.ic2.player.to/'
|
2017-06-25 18:34:10 +02:00
|
|
|
}
|
2017-08-22 18:33:05 +02:00
|
|
|
maven {
|
|
|
|
name 'tr'
|
|
|
|
url 'http://maven.modmuss50.me'
|
|
|
|
}
|
2016-12-08 17:52:34 +01:00
|
|
|
maven {
|
2018-02-19 18:11:45 +01:00
|
|
|
name 'jared maven'
|
|
|
|
url 'http://blamejared.com/maven'
|
2016-12-08 17:52:34 +01:00
|
|
|
}
|
2017-09-06 21:18:59 +02:00
|
|
|
maven { // Albedo/Mirage Lights
|
2017-08-15 21:37:53 +02:00
|
|
|
url 'https://repo.elytradev.com/'
|
2016-12-08 17:52:34 +01:00
|
|
|
}
|
2017-08-27 22:45:52 +02:00
|
|
|
maven { // JEI & Tinkers
|
|
|
|
name 'DVS1 Maven FS'
|
|
|
|
url 'http://dvs1.progwml6.com/files/maven'
|
|
|
|
}
|
2017-08-22 18:33:05 +02:00
|
|
|
// dependencies of TR...
|
|
|
|
maven {
|
2018-02-19 18:11:45 +01:00
|
|
|
|
|
|
|
url 'http://maven.mcmoddev.com'
|
2017-08-22 18:33:05 +02:00
|
|
|
}
|
|
|
|
maven {
|
|
|
|
// HWYLA
|
|
|
|
name "TehNut"
|
|
|
|
url "http://tehnut.info/maven/"
|
|
|
|
}
|
2018-08-01 17:29:24 +02:00
|
|
|
repositories {//Curseforge maven for project red
|
|
|
|
maven {
|
|
|
|
name = "CurseForge"
|
|
|
|
url = "https://minecraft.curseforge.com/api/maven/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
maven {
|
|
|
|
name = "chickenbones"
|
|
|
|
url = "http://chickenbones.net/maven"
|
|
|
|
}
|
2016-09-15 20:43:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2018-06-05 20:26:44 +02:00
|
|
|
deobfCompile 'net.industrial-craft:industrialcraft-2:2.8.+'
|
2018-06-22 18:51:51 +02:00
|
|
|
deobfCompile "blusunrize:ImmersiveEngineering:0.12-+"
|
2018-08-11 20:58:58 +02:00
|
|
|
compileOnly "pl.asie.charset:charset:0.5.4.2.3:full"
|
2018-08-05 16:49:55 +02:00
|
|
|
//Project red and runtime dependencies
|
|
|
|
compileOnly "project-red-base:ProjectRed-1.12.2:4.9.1.92:Base"
|
|
|
|
//runtime "project-red-integration:ProjectRed-1.12.2:4.9.1.92:integration"
|
|
|
|
//runtime "forge-multipart-cbe:ForgeMultipart-1.12.2:2.5.0.69:universal"
|
|
|
|
//runtime "codechicken:CodeChickenLib:1.12.2-3.2.1.349:universal"
|
|
|
|
//runtime "codechicken:ChickenASM:1.12-1.0.2.7"
|
|
|
|
//runtime "mrtjpcore:MrTJPCore-1.12.2:2.1.3.35:universal"
|
|
|
|
//Tech Reborn
|
2017-08-22 18:33:05 +02:00
|
|
|
compileOnly "TechReborn:TechReborn-1.12:2.6.+:dev"
|
|
|
|
compileOnly "RebornCore:RebornCore-1.12:3.2.+:dev"
|
2018-08-05 16:49:55 +02:00
|
|
|
//Others
|
2018-05-12 19:04:38 +02:00
|
|
|
compileOnly 'com.elytradev:mirage:2.0.1-SNAPSHOT'
|
2017-10-04 17:05:04 +02:00
|
|
|
compileOnly "mezz.jei:jei_1.12:4.+"
|
2018-05-14 18:51:42 +02:00
|
|
|
compileOnly "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.8.460"
|
2018-08-01 17:29:24 +02:00
|
|
|
|
2016-09-15 20:43:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
jar {
|
2016-09-29 16:19:16 +02:00
|
|
|
from 'LICENSE'
|
2016-09-15 20:43:18 +02:00
|
|
|
manifest {
|
2018-05-26 18:46:40 +02:00
|
|
|
attributes 'Maven-Artifact': group+':'+archivesBaseName+':'+version
|
2018-06-08 21:08:55 +02:00
|
|
|
attributes "FMLAT": "industrialwires_at.cfg"
|
2016-09-15 20:43:18 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-02 17:20:57 +02:00
|
|
|
task signMain(type: SignJar) {
|
|
|
|
onlyIf {
|
|
|
|
project.hasProperty('keyStore')
|
|
|
|
}
|
|
|
|
dependsOn reobfJar
|
|
|
|
if (project.hasProperty('keyStore')) {
|
|
|
|
keyStore = project.keyStore
|
|
|
|
alias = project.storeAlias
|
|
|
|
storePass = project.storePass
|
|
|
|
keyPass = project.storePass
|
|
|
|
inputFile = jar.archivePath
|
|
|
|
outputFile = jar.archivePath
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
build.dependsOn signMain
|
|
|
|
|
2016-09-15 20:43:18 +02:00
|
|
|
processResources
|
|
|
|
{
|
|
|
|
// this will ensure that this task is redone when the versions change.
|
|
|
|
inputs.property "version", project.version
|
|
|
|
inputs.property "mcversion", project.minecraft.version
|
|
|
|
|
|
|
|
// replace stuff in mcmod.info, nothing else
|
|
|
|
from(sourceSets.main.resources.srcDirs) {
|
|
|
|
include 'mcmod.info'
|
|
|
|
|
|
|
|
// replace version and mcversion
|
|
|
|
expand 'version':project.version, 'mcversion':project.minecraft.version
|
|
|
|
}
|
|
|
|
|
|
|
|
// copy everything else, thats not the mcmod.info
|
|
|
|
from(sourceSets.main.resources.srcDirs) {
|
|
|
|
exclude 'mcmod.info'
|
|
|
|
}
|
|
|
|
}
|
2018-07-16 19:53:20 +02:00
|
|
|
|
|
|
|
//Code for automatic update JSON generation
|
|
|
|
class GenerateUpdateJSON extends DefaultTask {
|
|
|
|
static def IW_VERSION_PREFIX = "####Version "
|
|
|
|
static def MC_VERSION_PREFIX = "###Minecraft "
|
|
|
|
static def UNFINISHED_SUFFIX = " - UNFINISHED"
|
|
|
|
static def RECOMMENDED = "-recommended"
|
|
|
|
static def LATEST = "-latest"
|
|
|
|
static def CF_URL = "https://minecraft.curseforge.com/projects/industrial-wires"
|
|
|
|
|
|
|
|
int compareVersions(String vA, String vB) {
|
|
|
|
String[] vPartsA = vA.split("[\\D]")
|
|
|
|
String[] vPartsB = vB.split("[\\D]")
|
|
|
|
if (vPartsA.length==0&&vPartsB.length==0)
|
|
|
|
return vA <=> vB
|
|
|
|
else if (vPartsA.length==0)
|
|
|
|
return -1
|
|
|
|
else if (vPartsB.length==0)
|
|
|
|
return 1
|
|
|
|
|
|
|
|
int length = Math.min(vPartsA.length, vPartsB.length)
|
|
|
|
for (int i = 0;i<length;i++) {
|
|
|
|
int pA = Integer.parseInt(vPartsA[i])
|
|
|
|
int pB = Integer.parseInt(vPartsB[i])
|
|
|
|
if (pA!=pB) {
|
|
|
|
return pA<=>pB
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (vPartsA.length != vPartsB.length)
|
|
|
|
return vPartsA.length <=> vPartsB.length
|
|
|
|
return vA <=> vB
|
|
|
|
}
|
|
|
|
|
|
|
|
def addChangelog(Map<String, Map<String, String>> changelogForVersions, Map<String, String> promos,
|
|
|
|
String currentMCVersion, String currentVersion, String currentChangelog) {
|
|
|
|
if (!changelogForVersions.containsKey(currentMCVersion)) {
|
|
|
|
promos.put(currentMCVersion+RECOMMENDED, currentVersion)
|
|
|
|
promos.put(currentMCVersion+LATEST, currentVersion)
|
|
|
|
changelogForVersions[currentMCVersion] = new TreeMap<>({String s1, String s2->
|
|
|
|
compareVersions(s1, s2)})
|
|
|
|
}
|
|
|
|
changelogForVersions[currentMCVersion][currentVersion] = currentChangelog
|
|
|
|
}
|
|
|
|
|
|
|
|
@TaskAction
|
|
|
|
def generate() {
|
|
|
|
File changelog = new File("changelog.md")
|
|
|
|
if (!changelog.exists())
|
|
|
|
println "Changelog does not exist! Aborting!"
|
|
|
|
else {
|
|
|
|
String currentMCVersion = "";
|
|
|
|
Map<String, Map<String, String>> changelogForVersions = new HashMap<>()
|
|
|
|
Map<String, String> promos = new TreeMap<>({String s1, String s2->
|
|
|
|
compareVersions(s1, s2)})
|
|
|
|
String currentVersion = null
|
|
|
|
String currentChangelog = ""
|
|
|
|
changelog.eachLine {line ->
|
|
|
|
if (line.startsWith(IW_VERSION_PREFIX)) {
|
|
|
|
if (currentVersion!=null) {
|
|
|
|
addChangelog(changelogForVersions, promos, currentMCVersion, currentVersion, currentChangelog)
|
|
|
|
}
|
|
|
|
if (!line.endsWith(UNFINISHED_SUFFIX)) {
|
|
|
|
currentVersion = line.substring(IW_VERSION_PREFIX.length())
|
|
|
|
} else {
|
|
|
|
currentVersion = (String) null
|
|
|
|
}
|
|
|
|
currentChangelog = ""
|
|
|
|
} else if (line.startsWith(MC_VERSION_PREFIX)) {
|
|
|
|
if (currentVersion!=null) {
|
|
|
|
addChangelog(changelogForVersions, promos, currentMCVersion, currentVersion, currentChangelog)
|
|
|
|
}
|
|
|
|
currentChangelog = ""
|
|
|
|
currentVersion = (String) null
|
|
|
|
currentMCVersion = line.substring(MC_VERSION_PREFIX.length())
|
|
|
|
} else if (!line.isEmpty()) {
|
|
|
|
if (currentChangelog.length()==0)
|
|
|
|
currentChangelog += line
|
|
|
|
else
|
|
|
|
currentChangelog += "\n"+line
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Map<String, Object> mainMap = new TreeMap<>({String s1, String s2->
|
|
|
|
compareVersions(s1, s2)})
|
|
|
|
mainMap.putAll(changelogForVersions)
|
|
|
|
mainMap["homepage"] = CF_URL
|
|
|
|
mainMap["promos"] = promos
|
|
|
|
def outJson = JsonOutput.toJson(mainMap)
|
|
|
|
outJson = JsonOutput.prettyPrint(outJson)
|
|
|
|
File outF = new File("changelog.json")
|
|
|
|
outF.delete()
|
|
|
|
outF << outJson
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
task updateJson(type: GenerateUpdateJSON)
|
|
|
|
|
2018-07-16 20:05:48 +02:00
|
|
|
build.finalizedBy updateJson
|