Skip to content

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
babbaj committed Jun 19, 2023
1 parent 0ddae01 commit 9177a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'dev.babbaj'
version = '0.14'
version = '0.15'

java {
toolchain {
Expand Down Expand Up @@ -71,4 +71,4 @@ task moveLibraryToResources(type: Copy) {
into getResourceOutput(sourceSets.main).resolve('native')
}

jar.dependsOn(moveLibraryToResources)
jar.dependsOn(moveLibraryToResources)

0 comments on commit 9177a63

Please sign in to comment.