Join Slack
Powered by
With gradle 4.7 Getting a property inside e.g. th...
# gradle
g
guenther
04/19/2018, 5:31 AM
With gradle 4.7 Getting a property inside e.g. the repositories block doesn't work any more. It must be received outside. Is this intended or a bug?
Copy code
repositories { val myRepo: String by project maven(url = "$myRepo/maven-central/") }
Open in Slack
Previous
Next