Skip to content

Commit d43d138

Browse files
Update repository name
1 parent bfc3fa9 commit d43d138

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
The Essential Partner Mod Integration is part of [Essential's Partner Program](https://essential.gg/wiki/partner-program).
44

55
If you are interested in becoming a partner, you can learn more at the link above.
6+
7+
The documentation for current partners as well as the changelog can be found [here](https://github.com/EssentialGG/PartnerModIntegrationDocs).

root.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ plugins {
22
id("gg.essential.multi-version.root")
33
}
44

5-
//version = versionFromBuildIdAndBranch()
6-
75
preprocess {
86
strictExtraMappings.set(true)
97

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313
}
1414

1515

16-
rootProject.name = "EssentialPartnerMod"
16+
rootProject.name = "PartnerModIntegration"
1717
rootProject.buildFileName = "root.gradle.kts"
1818

1919
listOf(

0 commit comments

Comments
 (0)