File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
+
3
+ ## v0.1.4
2
4
- ` affected-paths-core ` : Add in flag for enabling build scans on affected-paths runs
5
+ - ` affected-paths-core ` : Allow better control of the Gradle daemon
3
6
4
7
## v0.1.3
5
8
- ` affected-paths-core ` : Fix custom Gradle flags not being properly set
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public data class CoreOptions @JvmOverloads constructor(
133
133
mavenCentral()
134
134
}
135
135
dependencies {
136
- classpath "com.squareup.affected.paths:tooling-support:0.1.3 "
136
+ classpath "com.squareup.affected.paths:tooling-support:0.1.4 "
137
137
}
138
138
}
139
139
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
11
11
kotlin.code.style =official
12
12
13
13
GROUP =com.squareup.affected.paths
14
- VERSION_NAME =0.1.3
14
+ VERSION_NAME =0.1.4
15
15
16
16
POM_URL =https://github.com/squareup/affected-paths
17
17
POM_SCM_URL =https://github.com/squareup/affected-paths
You can’t perform that action at this time.
0 commit comments