Skip to content

Commit

Permalink
feat: add jitpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
motionman committed Jul 26, 2022
1 parent ccfa708 commit 04e1f29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions filestack/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'

id 'maven-publish'
}

android {
Expand Down Expand Up @@ -63,4 +65,18 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release

groupId = 'com.github.boykod'
artifactId = 'smartsuite-filestack'
version = '0.0.1'
}
}
}
}
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit 04e1f29

Please sign in to comment.