Skip to content

Commit

Permalink
Fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Mar 9, 2024
1 parent e5f7729 commit a032d12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ if (System.getenv('GPG_SIGNING_KEY')) {
final signingPassword = System.getenv('GPG_KEY_PASSWORD') ?: ''
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.mavenJava
sign publishing.publications.transform
}
}

Expand Down Expand Up @@ -287,4 +286,4 @@ if (System.getenv('MODRINTH_TOKEN')) {
gameVersions = [mcVersion()]
loaders = ['neoforge']
}
}
}

0 comments on commit a032d12

Please sign in to comment.