File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11ext {
22 DESCRIPTION = " A Gradle Plugin and library to determine which modules were affected in a commit."
3- VERSION = " 0.1.1-SNAPSHOT "
3+ VERSION = " 0.1.1"
44 GIT_URL = ' https://github.com/Dropbox/AffectedModuleDetector'
55 GROUP_ID = " com.dropbox.affectedmoduledetector"
66 SONATYPE_SNAPSHOT_URL = " https://oss.sonatype.org/content/repositories/snapshots/"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation(" com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.1 -SNAPSHOT" )
16+ implementation(" com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.2 -SNAPSHOT" )
1717 testImplementation(" junit:junit:4.13.1" )
1818 testImplementation(" com.nhaarman:mockito-kotlin:1.5.0" )
1919 testImplementation(" com.google.truth:truth:1.0.1" )
You can’t perform that action at this time.
0 commit comments