Skip to content

Commit a6698d9

Browse files
committed
fix: broken JekaMigrations
1 parent c4ac8c7 commit a6698d9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.github.mongobee.changeset.{ChangeLog, ChangeSet}
44
import com.mongodb.client.MongoDatabase
55

66
@ChangeLog(order = "088")
7-
class MicronautMigrations {
7+
class JekaMigrations {
88

99
@ChangeSet(
1010
order = "001",
@@ -16,8 +16,10 @@ class MicronautMigrations {
1616
candidate = "jeka",
1717
name = "JeKa",
1818
description =
19-
"JeKa is a modern build tool for Java, designed to simplify and streamline your development experience. It reshapes Java application building for a generation of developers seeking lightweight, accessible, yet powerful solutions." websiteUrl =
20-
"https://jeka.dev"
19+
"""JeKa is a modern build tool for Java, designed to simplify and streamline your development experience.
20+
|It reshapes Java application building for a generation of developers seeking lightweight, accessible,
21+
|yet powerful solutions.""".stripMargin,
22+
websiteUrl = "https://jeka.dev"
2123
).insert()
2224
}
2325
}

0 commit comments

Comments
 (0)