diff --git a/expirydb/build.gradle b/expirydb/build.gradle index 8b23873..c905b9a 100644 --- a/expirydb/build.gradle +++ b/expirydb/build.gradle @@ -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 { diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..1e41e00 --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + - openjdk17 \ No newline at end of file