Allow to set custom intermediary url again (#528)

* allow to set custom intermediary url again

* apply suggestions

* add some javadoc
This commit is contained in:
Cat Core
2021-11-01 16:47:28 +01:00
committed by GitHub
parent 5f379e4f42
commit a91b75c05c
4 changed files with 22 additions and 2 deletions

View File

@@ -211,4 +211,11 @@ public interface LoomGradleExtensionAPI {
* @return the property controlling the transitive access wideners
*/
Property<Boolean> getEnableTransitiveAccessWideners();
/**
* Use "%1$s" as a placeholder for the minecraft version.
*
* @return the intermediary url template
*/
Property<String> getIntermediaryUrl();
}