Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Start 0.9 dev cycle | modmuss50 | |
2021-06-13 | Run tests on windows | modmuss50 | |
2021-06-02 | Revert "Update mercury (#408)" | modmuss50 | |
This reverts commit 50d6fd298d7ac450dea1b8475c43e73255e674b5. | |||
2021-06-02 | Update mercury (#408) | modmuss50 | |
2021-06-01 | Fix MergedNestedJarProvider not calling the child's prepare | modmuss50 | |
2021-05-28 | Fix local ivy layout not respecting classifiers. Fixes #407 | modmuss50 | |
2021-05-27 | Suppress "Inconsistent inner class entries" error when decompiling | modmuss50 | |
2021-05-26 | Improve the outdated Java error message when syncing in idea. | modmuss50 | |
2021-05-26 | Improve error messages when using outdated Java or Gradle. | modmuss50 | |
2021-05-22 | Add classifier to "fake" mods' id if they have a classifier specified (#394) | Mitchell Skaggs | |
* Remove unused codepath (`RemapJarTask` is an `AbstractArchiveTask`) * Remove incorrect comment Comment originally added in 02e9616622abed6b266ced329b86d419ac31ee88 * Add classifier to `DependencyInfo` * Add classifier to generated mod ID * Clean up code structure from review Co-authored-by: haykam821 <haykam821@users.noreply.github.com> * Inline `file` local variable Co-authored-by: haykam821 <haykam821@users.noreply.github.com> Co-authored-by: haykam821 <haykam821@users.noreply.github.com> | |||
2021-05-22 | add support for new dependencyResolutionManagement (#400) | LogicFan | |
* move repo declartions - Move repository declartions in MavenConfiguration.java to LoomRepositoryPlugin.java * move repo declartions - Move repository declartions in MinecraftMappedProvider.java to LoomRepositoryPlugin.java * move repo declartions - Move repository declarations in MinecraftProcessedProvider.java to LoomRepositoryPlugin.java * do not add repositories if dependencyResolutionManagement is used * Simplify the change on LoomGradlePlugin - this is the suggestion from liach * change name to follow fabric naming convension - change getProjectUUID to getProjectUuid - change PROJECT_MAPPED_CLASSIFIER to projectMappedClassifier * remove MavenConfiguration.java - the file currently do nothing. * clean-up for all `instanceof` clause * add DependencyResolutionManagementTest * code cleanup * Update src/test/resources/projects/dependencyResolutionManagement/projmap/src/main/resources/modid.accesswidener * change project uuid to project full name Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||
2021-05-20 | Add SignedProjectTest #404 | modmuss50 | |
2021-05-18 | Update MCE to 0.4.4 | modmuss50 | |
2021-05-15 | Make the run config api stable | modmuss50 | |
2021-05-13 | General cleanup by making use of java 16 features (#397) | modmuss50 | |
* General cleanup by making use of java 16 features * use jackson-databind in place of gson when reading to a record * Fixes * cleanup * dep updates * Replace commons IOUtils usage with native java * Update fernflower | |||
2021-05-12 | Catch all when merging jars | modmuss50 | |
2021-05-12 | Update MCE to 0.4.3 | modmuss50 | |
2021-05-12 | Add a simple java 16 project test | modmuss50 | |
2021-05-12 | Cleanup merged jar on failure | modmuss50 | |
2021-05-12 | Update stitch | modmuss50 | |
2021-05-12 | Start 0.8 dev cycle | modmuss50 | |
2021-05-12 | Enable `ShowCodeDetailsInExceptionMessages` (Better null pointers) for all ↵ | modmuss50 | |
run configs | |||
2021-05-12 | Java 16 | modmuss50 | |
2021-05-04 | Make all loom added configurations lazy | modmuss50 | |
2021-05-04 | Fix typo | modmuss50 | |
2021-05-04 | Fix gradle 8 deprecation warning | modmuss50 | |
2021-05-04 | Make remapped configurations lazy | modmuss50 | |
2021-05-04 | Fix actions | modmuss50 | |
2021-05-04 | Update to release 7.0 gradle | modmuss50 | |
2021-05-04 | Merge branch 'dev/0.7' into future/dev | modmuss50 | |
# Conflicts: # src/test/groovy/net/fabricmc/loom/test/util/ProjectTestTrait.groovy | |||
2021-04-27 | Revert "Update MCE" | modmuss50 | |
This reverts commit b85659640d74b534af9c391fffaf6cd62c501292. | |||
2021-04-27 | Merge branch 'dev/0.7' of github.com:FabricMC/fabric-loom into dev/0.7 | modmuss50 | |
2021-04-27 | Update MCE | modmuss50 | |
2021-04-21 | Add loom development dependencies to test runtime classpath (#389) | ByMartrixX | |
2021-04-14 | Update mixin-compile-extensions | modmuss50 | |
2021-04-10 | Update to run tests against gradle 7.0 release | modmuss50 | |
2021-04-09 | Fix typo | modmuss50 | |
2021-04-04 | Update to Gradle 7 (#380) | modmuss50 | |
* Gradle 7 part 1 * Fix actions? * Update actions * Fix tests not running * Fix some broken tests * Update kotlin to try and fix JDK 16 support * Disable KotlinTest on j16 * exclude kotlin test from actions... | |||
2021-04-02 | Support Groovy 3's QName in GroovyXmlUtil (#379) | modmuss50 | |
2021-04-02 | Update UnpickTest to latest snapshot. | modmuss50 | |
This ensures that constants included in the mc jar can be used. | |||
2021-04-02 | Reorganise tests (#378) | modmuss50 | |
2021-03-31 | Fix last commit, oops | modmuss50 | |
2021-03-31 | Ensure output is deleted before remapping the game. | modmuss50 | |
2021-03-29 | Fix name comparision in GroovyXmlUtil (#373) | Octavia Togami | |
Nodes can also have groovy.xml.QNames, which need to be compared using their matches(Object) method. | |||
2021-03-27 | Add MavenProjectTest (#372) | modmuss50 | |
2021-03-25 | Record javadoc support. (#366) | modmuss50 | |
* Record javadoc support * Ensure we dont add JD twice | |||
2021-03-25 | Add basic groovy code style validation. | modmuss50 | |
IDK how well this would work on a gradle script but might be interesting to try on yarn or something. | |||
2021-03-25 | Constant unpicking (#328) | modmuss50 | |
* Start adding constant unpicking * Update to use unpick cli * Fix build? * Fix? * Fix log spam when unpicking * Improve unpick tests | |||
2021-03-23 | Revert some of the changes to genSource's. | modmuss50 | |
More work is needed to fix all the issues with it but its not really something I want to get into right now. | |||
2021-03-23 | Run tests against 7.0-rc-1 | modmuss50 | |