Skip to content

Commit

Permalink
add maven publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Sep 5, 2021
1 parent 2618843 commit ef7c1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ allprojects {
Add to module `build.gradle`
```gradle
dependencies {
implementation 'com.github.seljabali:java-time-plus:v0.1'
implementation 'com.github.seljabali:java-time-plus:0.2'
}
```
### For Android
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ buildscript {

plugins {
id 'org.jetbrains.kotlin.jvm' version "$kotlin_version"
id 'maven-publish'
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

group 'org.eljabali.sami.javatimefun'
version '0.1'

Expand Down

0 comments on commit ef7c1da

Please sign in to comment.