Skip to content

Commit 28eb51f

Browse files
committed
Remove Forge and Fabric support for now
1 parent d4ea796 commit 28eb51f

File tree

121 files changed

+2
-5494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+2
-5494
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ jobs:
2929
- name: Build with Gradle
3030
run: |
3131
./gradlew :Core:build --no-daemon
32-
./gradlew :Forge:build --no-daemon
33-
./gradlew :Fabric:build --no-daemon
3432
./gradlew :NeoForge:build --no-daemon
3533
./gradlew :Common:build --no-daemon
3634
./gradlew :CommonApi:build --no-daemon
37-
./gradlew :ForgeApi:build --no-daemon
38-
./gradlew :FabricApi:build --no-daemon
3935
./gradlew :NeoForgeApi:build --no-daemon
4036
4137
- name: Copy together artifacts
@@ -45,10 +41,6 @@ jobs:
4541
cp Common/build/libs/*.jar dist
4642
cp CommonApi/build/libs/*.jar dist
4743
cp Core/build/libs/*.jar dist
48-
cp Fabric/build/libs/*.jar dist
49-
cp FabricApi/build/libs/*.jar dist
50-
cp Forge/build/libs/*.jar dist
51-
cp ForgeApi/build/libs/*.jar dist
5244
cp NeoForge/build/libs/*.jar dist
5345
cp NeoForgeApi/build/libs/*.jar dist
5446
cp Gui/build/libs/*.jar dist

.jenkins/Jenkinsfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ pipeline {
2121
stage('Build') {
2222
steps {
2323
sh "./gradlew :Core:build"
24-
sh "./gradlew :Forge:build"
25-
sh "./gradlew :Fabric:build"
2624
sh "./gradlew :NeoForge:build"
2725
sh "./gradlew :Common:build"
2826
sh "./gradlew :CommonApi:build"
29-
sh "./gradlew :ForgeApi:build"
30-
sh "./gradlew :FabricApi:build"
3127
sh "./gradlew :NeoForgeApi:build"
3228
}
3329
}
@@ -37,29 +33,21 @@ pipeline {
3733
sh "./gradlew :Core:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
3834
sh "./gradlew :Gui:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
3935
sh "./gradlew :Library:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
40-
sh "./gradlew :Forge:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
41-
sh "./gradlew :Fabric:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
4236
sh "./gradlew :NeoForge:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
4337
sh "./gradlew :Common:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
4438
sh "./gradlew :CommonApi:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
45-
sh "./gradlew :ForgeApi:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
46-
sh "./gradlew :FabricApi:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
4739
sh "./gradlew :NeoForgeApi:publish -PDEPLOY_DIR=${env.MAVEN_DEPLOY_DIR}"
4840
}
4941
}
5042

5143
stage('Publish CurseForge') {
5244
steps {
53-
sh "./gradlew :Fabric:publishCurseforge"
54-
sh "./gradlew :Forge:publishCurseforge"
5545
sh "./gradlew :NeoForge:publishCurseforge"
5646
}
5747
}
5848

5949
stage('Publish Modrinth') {
6050
steps {
61-
sh "./gradlew :Fabric:publishModrinth"
62-
sh "./gradlew :Forge:publishModrinth"
6351
sh "./gradlew :NeoForge:publishModrinth"
6452
}
6553
}

Fabric/build.gradle.kts

Lines changed: 0 additions & 302 deletions
This file was deleted.

0 commit comments

Comments
 (0)