[DEV] Nightbloom stuff and bump version
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -48,19 +52,21 @@
|
||||
@@ -48,20 +52,22 @@
|
||||
|
||||
post {
|
||||
always {
|
||||
@@ -53,6 +53,7 @@
|
||||
- projectIcon: "${projectIcon}",
|
||||
- modLoaders: "${modLoaders}",
|
||||
- minecraftVersions: "${supportedMc}",
|
||||
- type: "snapshot",
|
||||
- failWebhook: env.SSS_WEBHOOK,
|
||||
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
|
||||
-
|
||||
@@ -67,6 +68,7 @@
|
||||
+ projectIcon: "${projectIcon}",
|
||||
+ modLoaders: "${modLoaders}",
|
||||
+ minecraftVersions: "${supportedMc}",
|
||||
+ type: "snapshot",
|
||||
+ failWebhook: env.SSS_WEBHOOK,
|
||||
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
|
||||
+
|
||||
|
@@ -1,6 +1,6 @@
|
||||
--- a/Fabric/build.gradle
|
||||
+++ b/Fabric/build.gradle
|
||||
@@ -110,8 +110,8 @@
|
||||
@@ -112,8 +112,8 @@
|
||||
setVersionType("release")
|
||||
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// Do not edit or remove
|
||||
implementation project(":Common")
|
||||
@@ -104,8 +104,8 @@
|
||||
@@ -106,8 +106,8 @@
|
||||
setVersionType("release")
|
||||
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
|
@@ -9,7 +9,7 @@
|
||||
expand buildProps
|
||||
}
|
||||
}
|
||||
@@ -103,8 +103,8 @@
|
||||
@@ -105,8 +105,8 @@
|
||||
setVersionType("release")
|
||||
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
|
Reference in New Issue
Block a user