Skip to content

Commit 2aa2d82

Browse files
committed
Format Gradle Profiler migration.
1 parent 05d52a7 commit 2aa2d82

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

src/main/scala/io/sdkman/changelogs/GradleProfilerMigrations.scala

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,26 @@ import com.mongodb.client.MongoDatabase
55

66
@ChangeLog(order = "033")
77
class GradleProfilerMigrations {
8-
@ChangeSet(order = "001", id = "001-add_gradleprofiler_0.12.0", author = "wolfs")
9-
def migration001(implicit db: MongoDatabase): Unit = {
10-
Candidate(
11-
candidate = "gradleprofiler",
12-
name = "Gradle profiler",
13-
description = "A tool for gathering profiling and benchmarking information for Gradle builds",
14-
websiteUrl = "https://github.com/gradle/gradle-profiler"
15-
).insert()
8+
@ChangeSet(
9+
order = "001",
10+
id = "001-add_gradleprofiler_0.12.0",
11+
author = "wolfs"
12+
)
13+
def migration001(implicit db: MongoDatabase): Unit = {
14+
Candidate(
15+
candidate = "gradleprofiler",
16+
name = "Gradle profiler",
17+
description =
18+
"A tool for gathering profiling and benchmarking information for Gradle builds",
19+
websiteUrl = "https://github.com/gradle/gradle-profiler"
20+
).insert()
1621

17-
Version(
18-
"gradleprofiler",
19-
"0.12.0",
20-
"https://repo.gradle.org/gradle/ext-releases-local/org/gradle/profiler/gradle-profiler/0.12.0/gradle-profiler-0.12.0.zip"
21-
).validate()
22-
.insert()
23-
.asCandidateDefault()
24-
}
22+
Version(
23+
"gradleprofiler",
24+
"0.12.0",
25+
"https://repo.gradle.org/gradle/ext-releases-local/org/gradle/profiler/gradle-profiler/0.12.0/gradle-profiler-0.12.0.zip"
26+
).validate()
27+
.insert()
28+
.asCandidateDefault()
29+
}
2530
}

0 commit comments

Comments
 (0)