marklogic / ml-gradle

Gradle plugin for automating everything involving MarkLogic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some examples have reference to wrong gradle-7.1.1-bin.zip file

peetkes opened this issue · comments

Some of the examples have a gradle wrapper properties file that points to a non existing distributionUrl.

distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1bin.zip

should be

distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip

Closed via #618