Class MinecraftIvyModuleExtraDataApplierRule
- java.lang.Object
-
- org.spongepowered.gradle.vanilla.internal.repository.rule.MinecraftIvyModuleExtraDataApplierRule
-
- All Implemented Interfaces:
org.gradle.api.Action<org.gradle.api.artifacts.ComponentMetadataContext>,org.gradle.api.artifacts.ComponentMetadataRule
public class MinecraftIvyModuleExtraDataApplierRule extends java.lang.Object implements org.gradle.api.artifacts.ComponentMetadataRulePopulate extra metadata based on what's written in our generated Ivy module files.This would be easier if we could directly pass the version manifest in, but Gradle seems to silently fail when this rule is provided the resolver service.
-
-
Constructor Summary
Constructors Constructor Description MinecraftIvyModuleExtraDataApplierRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.gradle.api.artifacts.ComponentMetadataContext context)
-