Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Update this
Browse files Browse the repository at this point in the history
  • Loading branch information
Telesphoreo committed Oct 8, 2021
1 parent 12cf195 commit 2227882
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@ tasks.build.dependsOn tasks.shadowJar
publishing {
publications {
maven(MavenPublication) {
from(components.java)
groupId = 'me.totalfreedom'
artifactId = 'TotalFreedomMod'
version = project.property('project.pluginVersion')

from components.java
}
}
}
Expand Down

0 comments on commit 2227882

Please sign in to comment.