Skip to content

Commit dab879e

Browse files
authored
Update sdu-cloud.gradle
1 parent 66ec218 commit dab879e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdu-cloud.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ detekt {
4747
filters = ".*/resources/.*,.*/build/.*"
4848

4949
// https://stackoverflow.com/a/921400
50-
def currentVersion = "v0.2.10"
50+
def currentVersion = "v0.2.11"
5151
URL website = new URL("https://raw.githubusercontent.com/SDU-eScience/GradleBootstrap/$currentVersion/detekt.yml")
5252
ReadableByteChannel rbc = Channels.newChannel(website.openStream())
5353
def outputFile = Files.createTempFile("detekt", ".yml").toFile()

0 commit comments

Comments
 (0)