aboutsummaryrefslogtreecommitdiff
path: root/src/test/groovy/net/fabricmc/loom/MixinBuildFunctionalTest.groovy
AgeCommit message (Collapse)Author
2021-03-06Rewrite tests to be easier to write and maintain (#361)modmuss50
2021-02-14Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again.modmuss50
2021-01-29Improve run configs (#318) (#338)modmuss50
Co-authored-by: ShadewRG <onankman@gmail.com> Co-authored-by: UndeadCat | Shadew <redgalaxysw@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2020-08-26Tweak testsmodmuss50
2020-06-08Test across java and gradle versions with github actions. (#218)modmuss50
* Experiment with github actions * Fix? * another fix * Fix? * Change github actions run args * Tried and tested is better right? * spaces spaces spaces * revert * info * Just 4.9 * Fixes to support building on newer gradle versions * Forward log output and run tests on runtime gradle version * Remove travis * De-duplicate * Remove daily action, doesnt seem to work so well.
2019-07-24downgrade to gradle 4.9, fix tiny-remapper deprecations, restore old ↵asie
dev/noclassifier behaviour for default RemapJarTask settings
2019-06-16Update Gradle wrapper and make tests use older Gradle version to test ↵Mitchell Skaggs
compatibility
2019-06-15Add currently broken and disabled mixin build testMitchell Skaggs