Skip to content

Commit 1ab34fc

Browse files
committed
build: Fix spec version in the jar manifest
1 parent ac90c56 commit 1ab34fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.jar {
4040
"Implementation-Version" to project.version,
4141
"Implementation-Vendor" to "ElectroPlay Development Team",
4242
"Specification-Title" to "proxycheck.io",
43-
"Specification-Version" to "v2",
43+
"Specification-Version" to "v3",
4444
"Specification-Vendor" to "https://proxycheck.io/api/",
4545
"Git-Branch" to gitBranch,
4646
"Git-Commit" to gitCommit,

0 commit comments

Comments
 (0)