Skip to content

Commit

Permalink
feat: configured jitpack release, version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onix-aleksandr committed Oct 4, 2023
1 parent 22eec8e commit 62c339c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11
15 changes: 15 additions & 0 deletions libnsgif/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id("maven-publish")
}

android {
Expand Down Expand Up @@ -51,4 +52,18 @@ android {

dependencies {

}

afterEvaluate {
publishing {
publications {
create<MavenPublication>("release") {
from(components["release"])

groupId = "com.systems-onix.android"
artifactId = "nsgif-library"
version = "0.0.1"
}
}
}
}

0 comments on commit 62c339c

Please sign in to comment.