Skip to content

Commit 615c91b

Browse files
authored
fix: update group and version for JabRef language server (#14162)
1 parent a1fe0c8 commit 615c91b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jabls-cli/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ plugins {
55
id("application")
66
}
77

8+
group = "org.jabref.languageserver"
9+
version = project.findProperty("projVersion") ?: "100.0.0"
10+
811
application{
912
mainClass.set("org.jabref.languageserver.cli.ServerCli")
1013
mainModule.set("org.jabref.jabls.cli")
@@ -58,7 +61,7 @@ tasks.named<JavaExec>("run") {
5861
}
5962

6063
javaModulePackaging {
61-
applicationName = "jabös"
64+
applicationName = "jabls"
6265
vendor = "JabRef"
6366

6467
// All targets have to have "app-image" as sole target, since we do not distribute an installer

0 commit comments

Comments
 (0)