Skip to content

Commit

Permalink
modified as new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnasim committed Jun 22, 2023
1 parent ea85c1c commit 26a06b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion expirydb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.rdnasim' // Replace with your GitHub username
artifactId = 'ExpiryDB' // Replace with your library's artifact ID
version = '1.0.0' // Update with your desired version
version = '1.0.2' // Update with your desired version

afterEvaluate {
from components.release
}

// Provide information about your library
pom {
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17

0 comments on commit 26a06b5

Please sign in to comment.