We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e45b commit a93a93eCopy full SHA for a93a93e
1 file changed
build.gradle
@@ -31,7 +31,6 @@ buildscript {
31
plugins {
32
id 'java'
33
id 'java-library'
34
- id 'maven-publish'
35
alias(libs.plugins.architectury)
36
alias(libs.plugins.architectury.loom) apply false
37
alias(libs.plugins.loom.quiltflower) apply false
@@ -119,10 +118,3 @@ allprojects {
119
118
}
120
121
122
-tasks.withType(PublishToMavenLocal) {
123
- enabled = false
124
-}
125
-
126
-tasks.withType(PublishToMavenRepository) {
127
128
0 commit comments