Skip to content

Commit

Permalink
Update maven metadata for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Mar 19, 2024
1 parent 40adfc7 commit ddfb388
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -498,30 +498,36 @@ publishing {
}

pom {
description = 'Fabric Mixin is a trait/mixin and bytecode weaving framework for Java using ASM.'
url = 'https://github.com/FabricMC/Mixin'
description = 'LegacyModdingMC fork of Fabric Mixin, a trait/mixin and bytecode weaving framework for Java using ASM.'
url = 'https://github.com/LegacyModdingMC/UniMix'

scm {
connection = "scm:git:https://github.com/FabricMC/Mixin.git"
developerConnection = "scm:git:[email protected]:FabricMC/Mixin.git"
url = "https://github.com/FabricMC/Mixin"
connection = "scm:git:https://github.com/LegacyModdingMC/UniMix.git"
developerConnection = "scm:git:[email protected]:LegacyModdingMC/UniMix.git"
url = "https://github.com/LegacyModdingMC/UniMix"
}

issueManagement {
system = "GitHub"
url = "https://github.com/FabricMC/Mixin/issues"
url = "https://github.com/LegacyModdingMC/UniMix/issues"
}

licenses {
license {
name = 'The MIT License'
url = 'https://raw.githubusercontent.com/FabricMC/Mixin/main/LICENSE.txt'
url = 'https://raw.githubusercontent.com/LegacyModdingMC/UniMix/main/LICENSE.txt'
}
}

developers {
// Et. al. that arent in the fabric org on maven central

developer {
id = "makamys"
name = "makamys"
email = "[email protected]"
}

developer {
id = "modmuss50"
name = "modmuss50"
Expand Down

0 comments on commit ddfb388

Please sign in to comment.