aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
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>
2021-01-17Gradle 7 (and hopefully 8) support (#332)modmuss50
* First pass on gradle 7 support * Fix Gradle 8 deprecation warnings * Add a deprecated compile constant
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-11-09Support using TinyV2 mappings (#132)Fudge
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
2019-06-15Add simple build functional testMitchell Skaggs
2019-06-12Extract file generation from functional testsMitchell Skaggs
2019-06-10Add simple integration tests for the pluginMitchell Skaggs