Skip to content

Commit

Permalink
fix: small fix in common/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jun 17, 2024
1 parent f4ae4a7 commit 4b08c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ artifacts {

publishing {
publications {
mavenForge(MavenPublication) {
mavenCommon(MavenPublication) {
artifactId = "${rootProject.archives_base_name}"
version ftbPublishing.mavenVersion
from components.java
Expand Down

0 comments on commit 4b08c0d

Please sign in to comment.