Skip to content

Commit 37e7681

Browse files
committed
publishing
1 parent 02f7e14 commit 37e7681

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ minecraft_fp {
2828
tokens {
2929
tokenClass = "Tags"
3030
}
31+
32+
publish {
33+
changelog = "https://github.com/GTMEGA/FluidLogged/releases/tag/$version"
34+
maven {
35+
repoName = "mega"
36+
repoUrl = "https://mvn.falsepattern.com/gtmega_releases"
37+
}
38+
}
3139
}
3240

3341
repositories {

0 commit comments

Comments
 (0)