diff --git a/README.md b/README.md index f8f8272..1485985 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ if a project source base is sufficiently equipped with license headers. **Currently is under construction.** -#### to build +#### to publish ``` ./gradlew publish ``` - +It builds and stores publish-ready artifacts into _buildDir/local-repo_. + #### to apply 1. _apply_ the plugin in _plugins_ block of your `build.gradle` ```groovy @@ -29,8 +30,7 @@ if a project source base is sufficiently equipped with license headers. ```groovy pluginManagement { repositories { - ... - maven(url = "https://dl.bintray.com/arsysop/lang") + jcenter() } resolutionStrategy { eachPlugin { diff --git a/build.gradle b/build.gradle index 705a0a6..63f1d11 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,6 @@ * Contributors: * ArSysOp - initial API and implementation *******************************************************************************/ - plugins { id 'java-gradle-plugin' id 'groovy' @@ -30,12 +29,6 @@ version = currentVersion repositories { jcenter() - maven { - url = "https://dl.bintray.com/arsysop/lang" - } - maven { - url = "https://dl.bintray.com/arsysop/liho" - } } dependencies {