Skip to content

Commit 3fe4553

Browse files
committed
Fix comment typo.
1 parent 434c88b commit 3fe4553

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

buildSrc/src/main/kotlin/litecommands.java-conventions.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ publishing {
3535
repositories {
3636
mavenLocal()
3737

38-
// maven("panda", "https://repo.panda-lang.org", "MAVEN_USERNAME", "MAVEN_PASSWORD", false)
38+
maven("panda", "https://repo.panda-lang.org", "MAVEN_USERNAME", "MAVEN_PASSWORD", false)
3939

4040
maven(
4141
"eternalcode",
@@ -44,12 +44,12 @@ publishing {
4444
"ETERNAL_CODE_MAVEN_PASSWORD"
4545
)
4646

47-
// maven(
48-
// "minecodes",
49-
// "https://repository.minecodes.pl",
50-
// "MINE_CODES_MAVEN_USERNAME",
51-
// "MINE_CODES_MAVEN_PASSWORD",
52-
// )
47+
maven(
48+
"minecodes",
49+
"https://repository.minecodes.pl",
50+
"MINE_CODES_MAVEN_USERNAME",
51+
"MINE_CODES_MAVEN_PASSWORD",
52+
)
5353
}
5454
}
5555

0 commit comments

Comments
 (0)