Skip to content

Commit

Permalink
Remove maven central publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Jul 31, 2022
1 parent 3889cf1 commit 93448aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ gpg --fast-import --no-tty --batch --yes eliorona-sign.asc

echo "📦 Publishing..."

./gradlew build publishProject -Psign closeAndReleaseRepository
./gradlew build publishProject

echo "✅ Done!"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Version 1.5.3
- Update to 1.19
- Fix incorrect mixin ordinal for trident rendering
- Incompatible with bow api
- No longer published to Maven Central

----
Version 1.5.2

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'com.oroarmor.general-gradle-plugin' version '1.0.0'
id 'com.oroarmor.maven-central-publish-plugin' version '1.0.0'
id 'com.oroarmor.minecraft-gradle-plugin' version '1.0.0'

id 'org.barfuin.gradle.taskinfo' version '1.0.5'
Expand Down

0 comments on commit 93448aa

Please sign in to comment.