Skip to content

Commit

Permalink
jitpack prep.
Browse files Browse the repository at this point in the history
  • Loading branch information
commandiron committed Sep 8, 2022
1 parent 66f07be commit f59b1c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk:
- openjdk 11
before install:
- ./scripts/prepareJitpackEnvironment.sh
15 changes: 15 additions & 0 deletions wheel-picker-compose/build.gradle
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 @@ -43,4 +44,18 @@ dependencies {
implementation "androidx.compose.material3:material3:1.0.0-alpha15"

implementation "dev.chrisbanes.snapper:snapper:0.3.0"
}

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

groupId = 'com.github.commandiron'
artifactId = 'wheel-picker-compose'
version = '1.0'
}
}
}
}

0 comments on commit f59b1c7

Please sign in to comment.