aboutsummaryrefslogtreecommitdiff
path: root/gradle
AgeCommit message (Collapse)Author
2021-05-28Fix local ivy layout not respecting classifiers. Fixes #407modmuss50
2021-05-12Java 16modmuss50
2021-05-04Update to release 7.0 gradlemodmuss50
2021-04-04Update 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...
2019-07-24downgrade to gradle 4.9, fix tiny-remapper deprecations, restore old ↵asie
dev/noclassifier behaviour for default RemapJarTask settings
2019-06-24Merge branch 'pull/110' into dev/0.2.5modmuss50
# Conflicts: # gradle/wrapper/gradle-wrapper.properties # src/main/java/net/fabricmc/loom/util/MixinRefmapHelper.java
2019-06-24Start work on 0.2.5, update to gradle 5.5-rc-3modmuss50
2019-06-16Update Gradle wrapper and make tests use older Gradle version to test ↵Mitchell Skaggs
compatibility
2019-06-12Update Gradle to 5.1.1 for Lazy Configuration supportMitchell Skaggs
2018-11-04disable shading and small other fixes (#12)NikkyAI
* make Project in LoomGradleExtension private * use gradle all distribution * disable shading
2018-10-29Added modCompile config to allow deps to be remappedmodmuss50
2018-10-22Update gradle + fix buildmodmuss50
2018-10-22Revert "Remove a bunch of stuff + update to support modlauncher"modmuss50
This reverts commit 6b59f9c
2018-08-05Remove a bunch of stuff + update to support modlaunchermodmuss50
2018-05-14Fix buildmodmuss50
2018-05-14Update to gradle 4.7modmuss50
2017-05-11Update Gradle, Fix mappings not being extracted when using local mappings.modmuss50
2016-09-22Use weavemodmuss50
Update to gradle 3.1 Add new maven handling
2016-09-10Use pomf releases, build against gradle 3modmuss50
2016-08-16Update Gradle wrapper to 3.0 (#2)Jamie Mansfield
- Rename plugin to 'net.fabricmc.loom' from 'fabric-loom' - Add .gitattributes - Use the same .gitignore from fabric-base - Add license headers
2016-08-15recreate repoasiekierka