aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-10-26Merge remote-tracking branch 'upstream/dev/0.2.6' into dev/0.2.6modmuss50
2019-10-26Improve error message when using genSources on a 32bit javamodmuss50
2019-10-22Fix issues involving projects with modules that contain no java classes (#135)zml
2019-10-22Initial gradle 6.0 rc1 fixes, ugly but works. Closes #131modmuss50
2019-10-22Surround natives path in quotes to ensure it works with usernames with spaces.modmuss50
2019-10-22Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134modmuss50
2019-10-21Only process lines that contain :: should fix an odd StringIndexOutOfBoundsEx...modmuss50
2019-09-26Pass target project argument to ${project_loc} variable in generated Eclipse ...Daomephsta
2019-09-06Simplify last fixmodmuss50
2019-09-06add modCompileOnly and include deps in the implementation configuration in th...modmuss50
2019-08-23copy non-java files into remapped sources jar (fixes #126 and #118) (#129)Fudge
2019-08-23Mixin processing runs under scala, allowing java mixins to call scala methods...Elise
2019-08-15Add a quick way to specify custom minecraft manifest urlsmodmuss50
2019-08-02Fix genSources task not being in the fabric groupmodmuss50
2019-07-29Fix runClient/Server tasks not always including the modmodmuss50
2019-07-25Fix for files not being downloaded when the don't exist. Closes #122modmuss50
2019-07-24fix provider crashasie
2019-07-24fix building on gradle 4.9asie
2019-07-24remove debug codeasie
2019-07-24caching/performance improvementsasie
2019-07-24downgrade to gradle 4.9, fix tiny-remapper deprecations, restore old dev/nocl...asie
2019-07-06fix Input annotation for FileCollection (#119)NikkyAI
2019-06-29update librariesAdrian Siekierka
2019-06-29update librariesAdrian Siekierka
2019-06-28update dependenciesAdrian Siekierka
2019-06-24Fix getRootProjectPersistentCache() not using the root project, closes #113modmuss50
2019-06-24Possible fix for intelij moudle not being selected in run configsmodmuss50
2019-06-24Fix warnings with task inputsmodmuss50
2019-06-24Merge branch 'pull/110' into dev/0.2.5modmuss50
2019-06-24Start work on 0.2.5, update to gradle 5.5-rc-3modmuss50
2019-06-20update librariesasie
2019-06-16Increment version due to binary and source incompatible changesMitchell Skaggs
2019-06-16Update Gradle wrapper and make tests use older Gradle version to test compati...Mitchell Skaggs
2019-06-15Add currently broken and disabled mixin build testMitchell Skaggs
2019-06-15Add simple build functional testMitchell Skaggs
2019-06-12Extract file generation from functional testsMitchell Skaggs
2019-06-12Fix unused and broken imports in MixinRefmapHelperMitchell Skaggs
2019-06-12Update Gradle to 5.1.1 for Lazy Configuration supportMitchell Skaggs
2019-06-10Add simple integration tests for the pluginMitchell Skaggs
2019-06-10Refactor RemapJarTask to extend from JarMitchell Skaggs
2019-06-07fix remapped mods not including yarn minecraft versionasie
2019-06-07Replace existing/duplicate nested jars (#106)Mitchell Skaggs
2019-05-28Fix license violationsmodmuss50
2019-05-28add modApi, modImplementation, modRuntimeOnly; try to improve source remappin...asie
2019-05-27begin 0.2.4 snapshot lineasie
2019-05-27use mappings name in MinecraftMappedProviderasie
2019-05-27Make modCompile work with non-empty jar classifiers, fixes #82 (#96)Pyrofab
2019-05-27Depend on assemble rather than buildNeeded (#94)SquidDev
2019-05-27Change Minecraft_*.launch to projectname_*.launch for genEclipseRuns (#93)Dinolek