Skip to content

Commit adcb276

Browse files
authored
Merge pull request #116 from Polari-Stars-MC/baka4n-update
Baka4n update
2 parents 040d36d + 75a0fb1 commit adcb276

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

buildSrc/src/main/groovy/multi-set-neoforge.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ tasks.named('wrapper', Wrapper).configure {
1313
distributionType = Wrapper.DistributionType.BIN
1414
}
1515

16-
version = mod_version
16+
17+
18+
version = mod_version + "-" + System.getenv("git_sha")
1719
group = mod_group_id
1820

1921
def mvns = new ArrayList<Mvn>()

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ mod_id=wild_wind
1818
# The human-readable display name for the mod.
1919
mod_name=Wild Wind Mod
2020
mod_license=LGPL-2.1
21-
mod_version=1.0.0-1A1W
22-
mod_group_id=org.polaris_bear.wild_wind
21+
mod_version=1.0.0
22+
mod_group_id=org.polaris2023.wild_wind
2323
mod_authors=wdog5734,baka4n,Viola-Siemens
2424
mod_description=Example mod description.\n\
2525
Newline characters can be used and will be replaced properly.

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
terrablender-version="1.21.1-4.1.0.5"
33
jei-version="19.21.0.247"
44
eye-lib-version="21.1.8"
5-
mod-dev-gradle-version="2.0.74"
5+
mod-dev-gradle-version="2.0.78"
66
biomes-o-plenty-version="5855568"
77
glitchfiend-version="1.21.1-2.1.0.0"
88
repositories-setting="""

0 commit comments

Comments
 (0)