Skip to content

Commit a13cccf

Browse files
authored
Always look for latest version (#19)
1 parent 137b3c1 commit a13cccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

edot-collector/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ val findEdotCollectorVersion =
2727
tasks.register<FindEdotCollectorVersion>("findEdotCollectorVersion") {
2828
group = "edot"
2929
outputFile.set(project.layout.buildDirectory.file("version.properties"))
30+
doNotTrackState("Ensure the latest version is always used")
3031
}
3132

3233
val downloadEdotCollector =

0 commit comments

Comments
 (0)