Skip to content

Commit

Permalink
Remove snapshot constants as snapshot development is now sponsor-only
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 18, 2025
1 parent 58ab9e5 commit f225736
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ publishMods {
(8..22).map { JavaVersion.toVersion(it) }
)
minecraftVersions.addAll(mcReleases)
rootProject.extra["curseforge_mc_snapshot"]?.let {
minecraftVersions.add(it.toString())
}
optional("fabric-api")
embeds("cotton-client-commands")
}
Expand All @@ -162,9 +159,6 @@ publishMods {
projectId = "YlKdE5VK"
type = ALPHA
minecraftVersions.addAll(mcReleases)
rootProject.extra["modrinth_mc_snapshot"]?.let {
minecraftVersions.add(it.toString())
}
optional("fabric-api")
embeds("viaversion")
}
Expand Down
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ loader_version=0.16.10
viaver_version=5.2.2-SNAPSHOT

publish_mc_versions=1.21.4, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4
# example: 1.19.1-rc1. Can be a blank value
modrinth_mc_snapshot=
# example: 1.19-Snapshot. Can be a blank value
curseforge_mc_snapshot=

0 comments on commit f225736

Please sign in to comment.