mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 12:17:00 -05:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user