Skip to content

Commit

Permalink
2022-01-05 v. 1.1.2: fixed JitPack uploading (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fartem committed Jan 5, 2022
1 parent 12890e6 commit da852b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions adaptiverecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ tasks.withType(Test) {
jacoco.excludes = ['jdk.internal.*']
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
groupId = 'com.smlnskgmail.jaman.adaptiverecyclerview'
artifactId = "adaptive-recycler-view"
version = '1.1.2'

from components.release
}
}
}
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.recyclerview:recyclerview:1.2.1'
Expand Down

0 comments on commit da852b5

Please sign in to comment.