Skip to content

Commit

Permalink
Fix maven-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Jul 23, 2023
1 parent 08c32f7 commit 464f739
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
}
}

implementation("com.github.Kyant0:DataSaver:2023.7.3")
implementation("com.github.Kyant0:DataSaver:2023.7.4")
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions datasaver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.kyant.datasaver"
version = "2023.7.3"
version = "2023.7.4"

android {
namespace = "com.kyant.datasaver"
Expand Down Expand Up @@ -52,7 +52,7 @@ afterEvaluate {
register("mavenRelease", MavenPublication::class) {
groupId = "com.kyant"
artifactId = "datasaver"
version = "2023.7.3"
version = "2023.7.4"
from(components["release"])
}
}
Expand Down
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk11
before_install:
- sdk install java 17.0.2-open
- sdk use java 17.0.2-open

0 comments on commit 464f739

Please sign in to comment.