Skip to content

Commit

Permalink
Bump 1.5.2 and attempt to fix shadow jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomEaro committed Jul 31, 2023
1 parent 54bcbd8 commit ac835d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subprojects {
apply plugin: "eclipse"

group = "ru.boomearo"
version = "1.5.1"
version = "1.5.2"

compileJava {
options.encoding = "UTF-8"
Expand Down Expand Up @@ -60,6 +60,8 @@ dependencies {

shadowJar {
archiveBaseName.set("LangHelper")
archiveClassifier.set("")
archiveVersion.set("")
}

artifacts {
Expand Down
4 changes: 3 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
jdk:
- openjdk17
- openjdk17
install:
- ./gradlew build

0 comments on commit ac835d0

Please sign in to comment.