Skip to content

Commit

Permalink
Remove JAR sealing as Forge doesn't support it (MinecraftForge/Minecr…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeDawn committed Dec 16, 2020
1 parent d28ad24 commit fb69716
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("signing")
}

version = "2.0.0"
version = "2.0.1"
group = "dev.sapphic"

java {
Expand Down Expand Up @@ -58,8 +58,7 @@ tasks {
"Specification-Version" to "1.0.0",
"Implementation-Title" to project.name,
"Implementation-Version" to project.version,
"Implementation-Vendor" to project.group,
"Sealed" to "true"
"Implementation-Vendor" to project.group
))
}

Expand Down

0 comments on commit fb69716

Please sign in to comment.