MinecraftForge / ForgeFlower

Forge's modifications to FernFlower. Fixing various bugs/inconsistencies. Main Repo: https://github.com/MinecraftForge/FernFlower
Apache License 2.0
80 stars 44 forks source link

Add TC Support. #110

Closed marchermans closed 2 years ago

marchermans commented 2 years ago

This adds TC support to the buildscript and prepares it from building on the TC infrastructure.

Added: TC Scripts

Updated: Gradle buildscripts

Configured: Gradle Runtime: 7.3.3-jdk8 Disabled tests. Changelog generation from last mergebase.

Publishing publishes changelog: image

SizableShrimp commented 2 years ago

Since Gradle 7.4 is out, that should be preferred here.

marchermans commented 2 years ago

Since Gradle 7.4 is out, that should be preferred here.

Done