Skip to content

Commit b7ddc10

Browse files
committed
Prepare for the release later
1 parent db65302 commit b7ddc10

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

build-logic/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ repositories {
99
dependencies {
1010
// version must be manually kept in sync with the one in root project settings.gradle.kts
1111
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.1.0")
12+
13+
// A nice no-conflict comment for patching in downgrading
1214
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
projectVersion=5.5.0-mc1.21.9-SNAPSHOT
22

33
# Smile emoji (note that modrinth may not have added the version on release yet)
4-
mcVersions=1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10
5-
mcVersionRange=1.10-1.21.8
4+
mcVersions=1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10
5+
mcVersionRange=1.10-1.21.9
66
velocityVersion=3.4
77

88
org.gradle.configureondemand=true

settings.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ dependencyResolutionManagement {
1212

1313
pluginManagement {
1414
plugins {
15+
id("com.gradleup.shadow") version "9.1.0"
1516
id("net.kyori.blossom") version "2.1.0"
1617
id("org.jetbrains.gradle.plugin.idea-ext") version "1.2"
17-
id("com.gradleup.shadow") version "9.1.0"
18+
19+
// A nice no-conflict comment for patching in downgrading
1820
}
1921
}
2022

universal/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
plugins {
22
id("io.papermc.hangar-publish-plugin") version "0.1.3"
33
id("com.modrinth.minotaur") version "2.+"
4+
5+
// A nice no-conflict comment for patching in downgrading
46
}
57

68
dependencies {

0 commit comments

Comments
 (0)