Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 50c5e81

Browse files
committed
Fixed artifact name in Gradle settings
1 parent b5cb62b commit 50c5e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/vars.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import static java.lang.System.getenv
22

33
ext {
4-
artifactName = "vban"
4+
artifactName = "vban-api"
55
projectName = "VBAN-API"
66
projectDescription = "Java 7 compatible Library for communicating with the VB-Audio VBAN interface"
77

0 commit comments

Comments
 (0)