Skip to content

Commit ecd7fd0

Browse files
committed
Don't mark snapshots as supported by default
1 parent c649769 commit ecd7fd0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

platforms/fabric/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ publishMods {
110110
minecraftVersionRange {
111111
start = project.property("minecraft_version_min").toString()
112112
end = project.property("minecraft_version_max").toString()
113-
114-
includeSnapshots = true
115113
}
116114
*/
117115
minecraftVersions.add(project.property("minecraft_version_min").toString())

platforms/quilt/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ publishMods {
111111
minecraftVersionRange {
112112
start = project.property("minecraft_version_min").toString()
113113
end = project.property("minecraft_version_max").toString()
114-
115-
includeSnapshots = true
116114
}
117115
*/
118116
minecraftVersions.add(project.property("minecraft_version_min").toString())

0 commit comments

Comments
 (0)