Skip to content

Commit

Permalink
nuke github ci release system
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jan 4, 2025
1 parent a7deeb8 commit d9d3920
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 127 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/release-snapshots.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_name = OneConfig
mod_id = oneconfig
mod_major_version = 0.2.2-alpha
mod_minor_version = -LOCAL
mod_minor_version = -221

polyfrost.defaults.loom=3

Expand Down
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ project(":platform").apply {

listOf(
"1.8.9-forge",
"1.8.9-fabric",
"1.12.2-fabric",
"1.12.2-forge",
"1.16.5-forge",
"1.16.5-fabric"
).forEach { version ->
include(":platform:$version")
project(":platform:$version").apply {
Expand Down
8 changes: 0 additions & 8 deletions versions/root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ plugins {

preprocess {
val forge10809 = createNode("1.8.9-forge", 10809, "srg")
val fabric10809 = createNode("1.8.9-fabric", 10809, "yarn")
val forge11202 = createNode("1.12.2-forge", 11202, "srg")
val fabric11202 = createNode("1.12.2-fabric", 11202, "yarn")
val forge11605 = createNode("1.16.5-forge", 11605, "srg")
val fabric11605 = createNode("1.16.5-fabric", 11605, "yarn")

fabric11605.link(forge11605, file("fabric-forge-modern.txt"))
forge11605.link(forge11202, file("1.16.5-1.12.2.txt"))
fabric11202.link(fabric10809)
forge11202.link(forge10809, file("1.12.2-1.8.9.txt"))
fabric10809.link(forge10809, file("fabric-forge-legacy.txt"))
}

0 comments on commit d9d3920

Please sign in to comment.