Add refmap target namespace property. (#628)

* Add refmap target namespace Property.

* Fix build.
This commit is contained in:
modmuss50
2022-04-17 21:15:58 +01:00
committed by GitHub
parent 0fda2a07bd
commit 5f5dfcb3a7
3 changed files with 17 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ public interface MixinExtensionAPI {
Property<String> getDefaultRefmapName();
Property<String> getRefmapTargetNamespace();
/**
* Apply Mixin AP to sourceSet.
* @param sourceSet the sourceSet that applies Mixin AP.