Skip to content

Commit

Permalink
Merge pull request #10 from arsysop/9-liho-publish
Browse files Browse the repository at this point in the history
 #9 Get git of hardcoded 'liho' repository url
  • Loading branch information
eparovyshnaya authored Jun 17, 2020
2 parents 2760a47 + 421b524 commit 9c48a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/

plugins {
id 'java-gradle-plugin'
id 'groovy'
Expand All @@ -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 {
Expand Down

0 comments on commit 9c48a80

Please sign in to comment.