Skip to content

Commit 8eb7fc1

Browse files
committed
small buildscript cleanup
1 parent bde287e commit 8eb7fc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
2-
id("fpgradle-minecraft") version("0.8.3")
2+
id("fpgradle-minecraft") version ("0.8.3")
33
}
44

55
group = "modtweaker2"
66

77
minecraft_fp {
88
mod {
9-
modid = "modtweaker2" //REQUIRED
10-
name = "Mod Tweaker 2" //REQUIRED
11-
rootPkg = "$group" //REQUIRED
9+
modid = "modtweaker2"
10+
name = "Mod Tweaker 2"
11+
rootPkg = "$group"
1212
}
1313

1414
core {
@@ -22,9 +22,9 @@ minecraft_fp {
2222
publish {
2323
changelog = "https://github.com/GTMEGA/ModTweaker/releases/tag/${version}"
2424
maven {
25-
repoUrl = "https://mvn.falsepattern.com/gtmega_releases"
25+
repoUrl = "https://mvn.falsepattern.com/gtmega_releases"
2626
repoName = "mega"
27-
group = "mega" //Convention
27+
group = "mega"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)