Skip to content

Commit 96f563a

Browse files
aalmiraymarc0der
authored andcommitted
Adding candidate for Jarviz
1 parent 3188cda commit 96f563a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package io.sdkman.changelogs
2+
3+
import com.github.mongobee.changeset.{ChangeLog, ChangeSet}
4+
import com.mongodb.client.MongoDatabase
5+
6+
@ChangeLog(order = "046")
7+
class JarvizMigrations {
8+
9+
@ChangeSet(
10+
order = "001",
11+
id = "001_add_jarviz_candidate",
12+
author = "aalmiray"
13+
)
14+
def migration001(implicit db: MongoDatabase) =
15+
Candidate(
16+
candidate = "jarviz",
17+
name = "Jarviz",
18+
description =
19+
"Jarviz is a JAR analyzer tool. You can obtaine metadata from a JAR such as its manifest, manifest entries, bytecode versions, declarative services, and more.",
20+
websiteUrl = "https://github.com/kordamp/jarviz"
21+
).insert()
22+
}

0 commit comments

Comments
 (0)