Skip to content

Commit 0187447

Browse files
aschemanmarc0der
authored andcommitted
Add jQAssistant to SDKMAN (cf. jQAssistant/jqassistant#745)
1 parent d4a4d8a commit 0187447

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
package io.sdkman.changelogs
2+
3+
import com.github.mongobee.changeset.{ChangeLog, ChangeSet}
4+
import com.mongodb.client.MongoDatabase
5+
6+
@ChangeLog(order = "089")
7+
class JqaMigrations {
8+
@ChangeSet(order = "001", id = "001_add_jqa_2_6_0", author = "ascheman")
9+
def migration001(implicit db: MongoDatabase): Candidate = {
10+
Candidate(
11+
candidate = "jqassistant",
12+
name = "jQAssistant",
13+
description =
14+
"jQAssistant is an open-source tool for software analytics, enabling you to gain insights into your systems, verify design implementation, and create living documentation. By scanning code and configurations into a Neo4j graph database, it helps maintain software quality and bridge the gap between documentation and implementation.",
15+
websiteUrl = "https://jqassistant.org"
16+
).insert()
17+
}
18+
}

0 commit comments

Comments
 (0)