Skip to content

Commit 4e3d1c5

Browse files
committed
Try to fix github pakcages publication again,...
1 parent 7002940 commit 4e3d1c5

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.1.1]
10+
Tried to fix publications again, thanks GithubPackages, I'm thinking of just removing you.
11+
912
## [8.1.0]
1013
### Ported
1114
- Support for Pams HarvestCraft
@@ -762,7 +765,8 @@ Added support for 18 more mods
762765
- Added support for Extended Crafting
763766
- Combintation Core, Compressor, Ender Crafter and Tiered Tables
764767

765-
[Unreleased]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.0...HEAD
768+
[Unreleased]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.1...HEAD
769+
[8.1.1]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.0...v8.1.1
766770
[8.1.0]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.3...v8.1.0
767771
[8.0.3]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.2...v8.0.3
768772
[8.0.2]: https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.1...v8.0.2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ publishing {
295295
maven(MavenPublication) {
296296
from components.java
297297

298-
artifactId = mod_name
298+
artifactId = "${mod_name}".toLowerCase()
299299
groupId = "com.tagnumelite.projecteintegration"
300300

301301
artifacts {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parchment_map_version=2024.11.17
2323
# Mod Details
2424
mod_id=projecteintegration
2525
mod_name=ProjectE-Integration
26-
mod_version=8.1.0
26+
mod_version=8.1.1
2727
mod_license=MIT
2828
mod_group_id=com.tagnumelite.projecteintegration
2929
mod_authors=TagnumElite

0 commit comments

Comments
 (0)