Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vaperion authored Oct 7, 2022
1 parent 1cc2f8c commit 886f349
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 @@ -11,7 +11,7 @@ allprojects {
}

group = 'me.vaperion.blade'
version = '3.0.0'
version = '3.0.1'

// workaround for gradle issue: https://github.com/gradle/gradle/issues/17236#issuecomment-894385386
tasks.withType(Copy).all {
Expand Down Expand Up @@ -55,4 +55,4 @@ subprojects {
tasks.shadowJar.dependsOn ':core:shadowJar'
}
}
}
}

0 comments on commit 886f349

Please sign in to comment.