fix: packages weren't being published to maven

This commit is contained in:
raoulvdberge
2023-07-03 23:18:15 +02:00
parent 6777c0bf82
commit d452c93f8c
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed packages not being published to Maven.
## [1.12.0] - 2023-07-03
### Changed

View File

@@ -17,6 +17,8 @@ repositories {
}
}
group = 'com.refinedmods'
forgeProject("refinedstorage")
archivesBaseName = 'refinedstorage'