File tree Expand file tree Collapse file tree
affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Unreleased
22
3- ## v0.1.8
3+ ## v0.1.9
44- Migrate from ` *MetadataConfigurationName ` to ` *ConfigurationName ` - Kotlin 2.3.x compatibility
55
66## v0.1.7
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public data class CoreOptions @JvmOverloads constructor(
133133 mavenCentral()
134134 }
135135 dependencies {
136- classpath "com.squareup.affected.paths:tooling-support:0.1.7 "
136+ classpath "com.squareup.affected.paths:tooling-support:0.1.9 "
137137 }
138138 }
139139 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1111kotlin.code.style =official
1212
1313GROUP =com.squareup.affected.paths
14- VERSION_NAME =0.1.8
14+ VERSION_NAME =0.1.9
1515
1616POM_URL =https://github.com/squareup/affected-paths
1717POM_SCM_URL =https://github.com/squareup/affected-paths
You can’t perform that action at this time.
0 commit comments