Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Sep 12, 2021
1 parent ad35f90 commit b25576c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'org.eljabali.sami.javatimefun'
artifactId = 'javatimefun'
version = '0.4'
version = '0.5'

from components.java
}
Expand All @@ -34,4 +34,4 @@ dependencies {

test {
useJUnitPlatform()
}
}

0 comments on commit b25576c

Please sign in to comment.