Skip to content

Commit

Permalink
Add local publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed Apr 10, 2020
1 parent d264feb commit ec4cd5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions change_tracker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
plugins {
id "com.gradle.plugin-publish" version "0.10.1"
id "kotlin"
id 'maven-publish'
}

version = "0.3.0"
group = "com.ismaeldivita.changetracker"

publishing {
publications {
pluginPublication (MavenPublication) {
from components.java
groupId project.group
version project.version
}
}
}

pluginBundle {
website = 'https://github.com/ismaeldivita/change-tracker'
vcsUrl = 'https://github.com/ismaeldivita/change-tracker'
Expand Down

0 comments on commit ec4cd5b

Please sign in to comment.