Skip to content

Commit

Permalink
Rename publish task to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed May 1, 2022
1 parent d556683 commit 5441249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/teacon-forge.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ gradle.afterProject { Project current ->
current.publishing { PublishingExtension it ->
it.publications {
// noinspection GroovyAssignabilityCheck
mavenJava(MavenPublication) {
release(MavenPublication) {
// noinspection GroovyAssignabilityCheck
groupId = "org.teacon"
// noinspection GroovyAssignabilityCheck
Expand Down

0 comments on commit 5441249

Please sign in to comment.