Fix jar manifest
This commit is contained in:
parent
0edd79b1ba
commit
8cec8f2201
|
@ -72,7 +72,7 @@ dependencies {
|
|||
|
||||
jar {
|
||||
manifest {
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinCorePlugin"
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
|
||||
attributes "FMLCorePluginContainsFMLMod": "true"
|
||||
}
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ shadowJar {
|
|||
include(dependency("org.jetbrains.kotlin:kotlin-runtime:${kotlin_version}"))
|
||||
}
|
||||
manifest {
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinCorePlugin"
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue