You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
You can apply the plugin with the PluginManager.
You can get an instance from it from the Project.
The "closure" is an Gradle extension. Get an instance of it with project.extensions.getByType(ClassOfTheExtension::java:class).
You can simply set the properties on it.
The class of the extension can be find somewhere in the source code of the applied plugin.
I am trying to convert the following groovy snippet to Kotlin:
How to set
target.artifactory.contextUrl
and remaining parameters?I want to configure simillarly to
build.gradle
:The text was updated successfully, but these errors were encountered: