Skip to content

Commit

Permalink
updated for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
softsuave-tech-matrix committed Jul 18, 2023
1 parent 7ffa3b6 commit 829b87f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
}

android {
Expand Down
4 changes: 4 additions & 0 deletions jipack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk:
- openjdk11
before_install:
- ./scripts/prepareJitpackEnvironment.sh
12 changes: 12 additions & 0 deletions s3media_files_uploader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,19 @@ android {
jvmTarget = '1.8'
}
}
afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release

groupId = 'com.github.softsuave-tech-matrix'
artifactId = 's3media_files_uploader'
version = '1.0.0'
}
}
}
}
dependencies {

implementation 'androidx.core:core-ktx:1.10.1'
Expand Down

0 comments on commit 829b87f

Please sign in to comment.