ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
187 stars 28 forks source link

Plugin [id: 'org.ajoberstar.defaults.gradle-plugin', version: '0.17.1'] was not found #191

Closed lalitc113 closed 1 year ago

lalitc113 commented 1 year ago

Hi, I am not sure if this is right place to raise this issue but I am new to this plugin and while running gradlew build I am getting below error

./gradlew --info build -Preckon.scope=minor -Preckon.stage=milestone

tried other version also 0.16.0 and 0.16.1 but still getting same error

ajoberstar commented 1 year ago

What does your settings.gradle pluginManagement block and/or build.gradle buildscript block look like?

You'll need either the default Gradle plugin portal or Maven central repo to get reckon.

lalitc113 commented 1 year ago

thanks for your answer yes it got blocked...