Skip to content

Commit bd0fda0

Browse files
committed
Bump kotlin
1 parent 67caec6 commit bd0fda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kotlinVersion=1.4.0
1+
kotlinVersion=1.4.20

src/main/java/org/radarbase/output/accounting/OffsetFilePersistence.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class OffsetFilePersistence(
9494

9595
override fun doWrite() = time("accounting.offsets") {
9696
try {
97-
val tmpPath = createTempFile("offsets", ".csv").toPath()
97+
val tmpPath = Files.createTempFile("offsets", ".csv")
9898

9999
Files.newBufferedWriter(tmpPath).use { writer ->
100100
writer.append("offsetFrom,offsetTo,partition,topic\n")

0 commit comments

Comments
 (0)