Skip to content

Commit

Permalink
Bump 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomEaro committed Jul 31, 2023
1 parent 35d5ffe commit 1b8c4b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

allprojects {
group = "ru.boomearo"
version = "1.5.4"
}

subprojects {
apply plugin: "java"
apply plugin: "idea"
apply plugin: "eclipse"

group = "ru.boomearo"
version = "1.5.3"

compileJava {
options.encoding = "UTF-8"
}
Expand All @@ -37,10 +39,9 @@ subprojects {

publishing {
publications {
maven(MavenPublication) {
publishToMavenLocal(MavenPublication) {
from components.java
}

}
}

Expand All @@ -61,7 +62,6 @@ dependencies {
shadowJar {
archiveBaseName.set("LangHelper")
archiveClassifier.set("")
archiveVersion.set("")
}

artifacts {
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jdk:
- openjdk17
install:
- ./gradlew build -Pgroup=com.github.BoomEaro -xtest publishToMavenLocal
- ./gradlew clean build -Pgroup=com.github.BoomEaro publishToMavenLocal

0 comments on commit 1b8c4b7

Please # to comment.