File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,27 @@ tasks {
36
36
" Main-Class" to " net.weavemc.loader.impl.bootstrap.AgentKt" ,
37
37
" Can-Retransform-Classes" to " true" ,
38
38
)
39
+
40
+ manifest.attributes(
41
+ mapOf (
42
+ " Specification-Title" to " Weave Loader API" ,
43
+ " Specification-Version" to " 0" ,
44
+ " Specification-Vendor" to " WeaveMC" ,
45
+ " Implementation-Title" to " Weave Loader" ,
46
+ " Implementation-Version" to " ${project.version} " ,
47
+ " Implementation-Vendor" to " WeaveMC" ,
48
+ ), " net.weavemc.loader.api"
49
+ )
50
+ manifest.attributes(
51
+ mapOf (
52
+ " Specification-Title" to " Weave Loader" ,
53
+ " Specification-Version" to " 0" , // we're still in beta, so this is 0
54
+ " Specification-Vendor" to " WeaveMC" ,
55
+ " Implementation-Title" to " Weave Loader" ,
56
+ " Implementation-Version" to " ${project.version} " ,
57
+ " Implementation-Vendor" to " WeaveMC" ,
58
+ ), " net.weavemc.loader.impl"
59
+ )
39
60
}
40
61
}
41
62
You can’t perform that action at this time.
0 commit comments